Skip to content
Snippets Groups Projects
Commit 55150e57 authored by Yb Tweezer's avatar Yb Tweezer
Browse files

adjust text output

parent 4c962783
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ class Controller: ...@@ -118,7 +118,7 @@ class Controller:
try: try:
thread.join() thread.join()
except BaseException as ERR: except BaseException as ERR:
print(f"[control] action `{name}` encountered exception" print(f"\n[control] action `{name}` encountered exception"
f" {type(ERR).__name__}: '{ERR}'") f" {type(ERR).__name__}: '{ERR}'")
print("[control] terminating all actions...") print("[control] terminating all actions...")
raise ERR raise ERR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment