More general salutation
parent
db6f77481b
commit
618c2f8e0a
|
@ -139,8 +139,8 @@ def run_qtractor(
|
||||||
exc = outcome.error
|
exc = outcome.error
|
||||||
|
|
||||||
if isinstance(outcome.error, KeyboardInterrupt):
|
if isinstance(outcome.error, KeyboardInterrupt):
|
||||||
# make it look like ``trio``
|
# make it kinda look like ``trio``
|
||||||
print("Aborted!")
|
print("Terminated!")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
traceback.print_exception(type(exc), exc, exc.__traceback__)
|
traceback.print_exception(type(exc), exc, exc.__traceback__)
|
||||||
|
|
Loading…
Reference in New Issue