Log error

zombie_lord_infinite
Tyler Goodlet 2020-09-12 11:41:17 -04:00
parent 5be8c86e96
commit 0d825ae6d7
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ async def run_task(
"""
nonlocal err
err = task.exception()
if err:
log.exception("asyncio task errorred:")
cancel_scope.cancel()
task.add_done_callback(cancel_trio)