mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
tests: Fix tests
This commit is contained in:
parent
12dec5c360
commit
e9f98b0d12
@ -63,7 +63,7 @@ def send(colors, vte, cache_dir=CACHE_DIR):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
tty_pattern = "/dev/pts/[0-9]*"
|
tty_pattern = "/dev/pts/[0-9]*"
|
||||||
|
|
||||||
# Writing to "/dev/pts/[0-9] lets you send data to open terminals.
|
# Writing to "/dev/pts/[0-9] lets you send data to open terminals.
|
||||||
for term in glob.glob(tty_pattern):
|
for term in glob.glob(tty_pattern):
|
||||||
util.save_file(sequences, term)
|
util.save_file(sequences, term)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user