Improve error reporting
This commit is contained in:
parent
27f6bfaf2e
commit
ee7f0bb527
|
@ -277,6 +277,7 @@ def main():
|
||||||
|
|
||||||
# If error, print error and continue
|
# If error, print error and continue
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
print("\n\n" + cfg_name + ": Error: ", file=log_file)
|
||||||
traceback.print_exc(file=log_file)
|
traceback.print_exc(file=log_file)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue