Drop bp from root collapser, from actorc debuggin.

Tyler Goodlet 2025-08-12 10:34:32 -04:00
parent a06289c47d
commit 38a4e37d47
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ async def open_root_actor(
# start runtime in a bg sub-task, yield to caller. # start runtime in a bg sub-task, yield to caller.
async with ( async with (
collapse_eg( collapse_eg(
bp=True, # bp=True,
hide_tb=False, hide_tb=False,
), ),
trio.open_nursery() as root_tn, trio.open_nursery() as root_tn,