From 6c23c79f2ac0095146f6ec12af5b207af3bc7ae6 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Wed, 1 Mar 2023 15:21:56 -0300 Subject: [PATCH] Minor fixes after fomo's review --- piker/pp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/pp.py b/piker/pp.py index 83e43731..33040654 100644 --- a/piker/pp.py +++ b/piker/pp.py @@ -631,7 +631,7 @@ class PpTable(Struct): # XXX: debug hook for size mismatches # qqqbsuid = 320227571 # if bsuid == qqqbsuid: - # xbreakpoint() + # breakpoint() pp.ensure_state() @@ -696,7 +696,7 @@ class PpTable(Struct): log.info(f'Updating ``pps.toml`` for {path}:\n') # active, closed_pp_objs = table.dump_active() pp_entries = self.to_toml() - log.info(pp_entries) + log.info(f'Current positions:\n{pp_entries}') self.conf[self.brokername][self.acctid] = pp_entries # TODO: why tf haven't they already done this for inline