More general salutation

vwap_backup
Tyler Goodlet 2020-12-14 12:36:38 -05:00
parent 2f36b58fbd
commit 873a8d3f3e
1 changed files with 2 additions and 2 deletions

View File

@ -139,8 +139,8 @@ def run_qtractor(
exc = outcome.error
if isinstance(outcome.error, KeyboardInterrupt):
# make it look like ``trio``
print("Aborted!")
# make it kinda look like ``trio``
print("Terminated!")
else:
traceback.print_exception(type(exc), exc, exc.__traceback__)