Drop bp from root collapser, from actorc debuggin.
parent
a06289c47d
commit
38a4e37d47
|
@ -479,7 +479,7 @@ async def open_root_actor(
|
|||
# start runtime in a bg sub-task, yield to caller.
|
||||
async with (
|
||||
collapse_eg(
|
||||
bp=True,
|
||||
# bp=True,
|
||||
hide_tb=False,
|
||||
),
|
||||
trio.open_nursery() as root_tn,
|
||||
|
|
Loading…
Reference in New Issue