From 291ecec070e87248efe32f86ce4a025439485ecd Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 6 Aug 2020 23:47:43 -0400 Subject: [PATCH] Maybe not sticky by default --- tractor/_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index baa293e..7e92a03 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -34,7 +34,7 @@ _pdb_release_hook: Optional[Callable] = None class TractorConfig(pdbpp.DefaultConfig): """Custom ``pdbpp`` goodness. """ - sticky_by_default = True + # sticky_by_default = True def teardown(self): _pdb_release_hook()