Facepalm, actually use `.log.cancel()`-level to report parent-side taskc..
parent
d079675dd4
commit
26526b86c3
|
@ -2265,7 +2265,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
|
||||
|
|
Loading…
Reference in New Issue