Pass `tuple` from `._invoke()` unmasker usage

To match the `maybe_raise_from_masking_exc()` sig change.
final_eg_refinements
Tyler Goodlet 2025-08-19 13:04:46 -04:00
parent d17864a432
commit ba793fadd9
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ async def _invoke(
# *should* never be interfered with!! # *should* never be interfered with!!
maybe_raise_from_masking_exc( maybe_raise_from_masking_exc(
tn=tn, tn=tn,
unmask_from=Cancelled, unmask_from=(Cancelled,),
) as _mbme, # maybe boxed masked exc ) as _mbme, # maybe boxed masked exc
): ):
ctx._scope_nursery = tn ctx._scope_nursery = tn