From 38a4e37d47c4a967ffbd8c01ab6167fde94cef12 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 12 Aug 2025 10:34:32 -0400 Subject: [PATCH] Drop bp from root collapser, from actorc debuggin. --- tractor/_root.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_root.py b/tractor/_root.py index 4bc9846c..5ad1afb9 100644 --- a/tractor/_root.py +++ b/tractor/_root.py @@ -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,