Import crash handler mngr from `piker.toolz`

ib_py311_fixes
Tyler Goodlet 2023-08-18 15:11:27 -04:00
parent 9005335e18
commit fed89562dc
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ def open_ledger_dfs(
can update the ledger on exit.
'''
from tractor._debug import open_crash_handler
from piker.toolz import open_crash_handler
with open_crash_handler():
if not ledger:
import time