mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
cleaner errors
This commit is contained in:
+4
-3
@@ -84,7 +84,8 @@ try:
|
||||
|
||||
except Exception as e:
|
||||
print("Error: "+str(e), file=sys.stderr)
|
||||
print()
|
||||
print("Details:")
|
||||
raise
|
||||
if args.debug:
|
||||
print()
|
||||
print("Details:")
|
||||
raise
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user