From bbe92b2bda81d325a438dfeceb311041cc25c47f Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 9 Oct 2019 20:35:36 -0400 Subject: Debug apply command --- tests/test-apply-strange-colors-keyword-location.out | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test-apply-strange-colors-keyword-location.out (limited to 'tests/test-apply-strange-colors-keyword-location.out') 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 + 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' -- cgit v1.2.3