It now complies with flake8 --ignore=E501,W291 (#1)

- Not changning long lines or lines ending with space.
This commit is contained in:
Jimmy Hedman
2018-04-10 16:21:32 +02:00
committed by Otto Winter
parent de766a0100
commit 51c856e65e
6 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ def load_config(path):
try:
result = validate_config(config)
except Exception as e:
except Exception:
print(u"Unexpected exception while reading configuration:")
raise