forked from goodboy/tractor
1
0
Fork 0

Maybe not sticky by default

debug_tests
Tyler Goodlet 2020-08-06 23:47:43 -04:00
parent bd157e05ef
commit 291ecec070
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ _pdb_release_hook: Optional[Callable] = None
class TractorConfig(pdbpp.DefaultConfig): class TractorConfig(pdbpp.DefaultConfig):
"""Custom ``pdbpp`` goodness. """Custom ``pdbpp`` goodness.
""" """
sticky_by_default = True # sticky_by_default = True
def teardown(self): def teardown(self):
_pdb_release_hook() _pdb_release_hook()