forked from goodboy/tractor
Maybe not sticky by default
parent
bd157e05ef
commit
291ecec070
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue