This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 349
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
I broke something. #260
Copy link
Copy link
Closed
Labels
Description
I thought this was an issue with the -l
argument, while it appears that I broke the whole thing. I'm leaving this up in case anybody has got some intel and can help me fix it. Uninstall and reinstall, through either pip
or git clone
doesn't seem to help.
~
❯ wal -i Pictures/Wallpapers/girl-bus.jpg -l
[I] image: Using image girl-bus.jpg.
[I] colors: Generating a colorscheme.
[I] colors: Using wal backend.
[I] colors: Generation complete.
[I] wallpaper: Set the new wallpaper.
^C^C^CTraceback (most recent call last):
File "/Users/<...>/Library/Python/3.6/lib/python/site-packages/pywal/util.py", line 78, in save_file
file.write(data)
KeyboardInterrupt
During handling of the above exception, another exception occurred:
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/wal", line 11, in <module>
sys.exit(main())
File "/Users/<...>/Library/Python/3.6/lib/python/site-packages/pywal/__main__.py", line 194, in main
parse_args(parser)
File "/Users/<...>/Library/Python/3.6/lib/python/site-packages/pywal/__main__.py", line 166, in parse_args
sequences.send(colors_plain, to_send=not args.s)
File "/Users/<...>/Library/Python/3.6/lib/python/site-packages/pywal/sequences.py", line 95, in send
util.save_file(sequences, term)
File "/Users/<...>/Library/Python/3.6/lib/python/site-packages/pywal/util.py", line 78, in save_file
file.write(data)
KeyboardInterrupt
~ 47s
❯
sabrehagen