mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 15:18:29 +02:00
It now complies with flake8 --ignore=E501,W291 (#1)
- Not changning long lines or lines ending with space.
This commit is contained in:
committed by
Otto Winter
parent
de766a0100
commit
51c856e65e
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user