diff options
| author | Dylan Araps <[email protected]> | 2017-07-31 01:08:26 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-07-31 01:08:26 +1000 |
| commit | e9f98b0d1219d7cff0d03e5e21a5b2970cfc5b56 (patch) | |
| tree | 74350ff0f36d13d74cdb556b506c9bf5b068b568 | |
| parent | Merge branch 'master' into macos2 (diff) | |
| download | pywal-e9f98b0d1219d7cff0d03e5e21a5b2970cfc5b56.tar.xz pywal-e9f98b0d1219d7cff0d03e5e21a5b2970cfc5b56.zip | |
tests: Fix tests
| -rw-r--r-- | pywal/sequences.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |