aboutsummaryrefslogtreecommitdiff
path: root/tests/test-apply-strange-colors-keyword-location.out
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 20:35:36 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 20:35:36 -0400
commitbbe92b2bda81d325a438dfeceb311041cc25c47f (patch)
tree4730801aae13f1d6307d9c046358ef4f323d5317 /tests/test-apply-strange-colors-keyword-location.out
parentd9ad091ba1eaf59883f060d232cf103d7142cb0d (diff)
Debug apply command
Diffstat (limited to 'tests/test-apply-strange-colors-keyword-location.out')
-rw-r--r--tests/test-apply-strange-colors-keyword-location.out10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test-apply-strange-colors-keyword-location.out b/tests/test-apply-strange-colors-keyword-location.out
new file mode 100644
index 0000000..6fe13e7
--- /dev/null
+++ b/tests/test-apply-strange-colors-keyword-location.out
@@ -0,0 +1,10 @@
+Traceback (most recent call last):
+ File "/home/loic/Documents/Git/manzerbredes/i3-colors/tests/../src/i3-colors.py", line 67, in <module>
+ args.func(args)
+ File "/home/loic/Documents/Git/manzerbredes/i3-colors/tests/../src/i3-colors.py", line 20, in apply
+ new_config=config.apply(config_file,loaded_theme,dry=True)
+ File "/home/loic/Documents/Git/manzerbredes/i3-colors/src/config.py", line 141, in apply
+ tmp=extract(config_file)
+ File "/home/loic/Documents/Git/manzerbredes/i3-colors/src/config.py", line 52, in extract
+ f=open(config_file,"r")
+FileNotFoundError: [Errno 2] No such file or directory: '/home/loic/Documents/Git/manzerbredes/i3-colors/tests/data/config-strange-colors-keywords-location'