More general salutation

to_qpainterpath_and_beyond
Tyler Goodlet 2020-12-14 12:36:38 -05:00
parent db6f77481b
commit 618c2f8e0a
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__)