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

add newline to print for KeyboardInterrupt detection to prepare for progress output

parent 67449552
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ class Controller:
try:
self._watch_threads(threads)
except KeyboardInterrupt:
print("[control] received keyboard interrupt; terminating all actions...")
print("\n[control] received keyboard interrupt; terminating all actions...")
try:
self._terminate_threads(threads)
except KeyboardInterrupt:
......
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