From e9f98b0d1219d7cff0d03e5e21a5b2970cfc5b56 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 31 Jul 2017 01:08:26 +1000 Subject: [PATCH] tests: Fix tests --- pywal/sequences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/sequences.py b/pywal/sequences.py index 0c9e981..757fd95 100644 --- a/pywal/sequences.py +++ b/pywal/sequences.py @@ -63,7 +63,7 @@ def send(colors, vte, cache_dir=CACHE_DIR): else: tty_pattern = "/dev/pts/[0-9]*" - + # Writing to "/dev/pts/[0-9] lets you send data to open terminals. for term in glob.glob(tty_pattern): util.save_file(sequences, term)