From fed89562dc46e26de2f6869494c6238d43f79cf9 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 18 Aug 2023 15:11:27 -0400 Subject: [PATCH] Import crash handler mngr from `piker.toolz` --- piker/accounting/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/accounting/calc.py b/piker/accounting/calc.py index ef0179e4..ac4d9c22 100644 --- a/piker/accounting/calc.py +++ b/piker/accounting/calc.py @@ -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