forked from goodboy/tractor
1
0
Fork 0

Use runtime level on attach

implicit_runtime
Tyler Goodlet 2021-01-02 15:01:43 -05:00
parent bfe500060f
commit e6245671b0
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ def _mk_pdb():
def _set_trace(actor):
log.critical(f"\nAttaching pdb to actor: {actor.uid}\n")
log.runtime(f"\nAttaching pdb to actor: {actor.uid}\n")
pdb = _mk_pdb()
pdb.set_trace(