Log waiter task cancelling msg as cancel-level

proper_breakpoint_hooking
Tyler Goodlet 2023-04-07 16:08:50 -04:00
parent 60bff71cd3
commit 8913829511
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ async def trio_proc(
# cancel result waiter that may have been spawned in
# tandem if not done already
log.warning(
log.cancel(
"Cancelling existing result waiter task for "
f"{subactor.uid}")
nursery.cancel_scope.cancel()