From defd6e28d28dbce032cdbb925f114004aadeda40 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 25 Jul 2025 19:03:21 -0400 Subject: [PATCH] Facepalm, actually use `.log.cancel()`-level to report parent-side taskc.. --- tractor/_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_context.py b/tractor/_context.py index e33b9d6f..61994f98 100644 --- a/tractor/_context.py +++ b/tractor/_context.py @@ -2259,7 +2259,7 @@ async def open_context_from_portal( # await debug.pause() # log.cancel( match scope_err: - case trio.Cancelled: + case trio.Cancelled(): logmeth = log.cancel # XXX explicitly report on any non-graceful-taskc cases