diff --git a/tractor/to_asyncio.py b/tractor/to_asyncio.py index 9393b452..2a2a7774 100644 --- a/tractor/to_asyncio.py +++ b/tractor/to_asyncio.py @@ -1703,7 +1703,7 @@ def run_as_asyncio_guest( # asyncio.CancelledError, # ^^XXX `.shield()` call above prevents this?? - )as state_err: + ) as state_err: # XXX be super dupere noisy about abandonment issues! aio_task: asyncio.Task = asyncio.current_task()