Minor fixes after fomo's review

decimalization_take_2
Guillermo Rodriguez 2023-03-01 15:21:56 -03:00
parent f5b8b9a14f
commit 6c23c79f2a
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
1 changed files with 2 additions and 2 deletions

View File

@ -631,7 +631,7 @@ class PpTable(Struct):
# XXX: debug hook for size mismatches # XXX: debug hook for size mismatches
# qqqbsuid = 320227571 # qqqbsuid = 320227571
# if bsuid == qqqbsuid: # if bsuid == qqqbsuid:
# xbreakpoint() # breakpoint()
pp.ensure_state() pp.ensure_state()
@ -696,7 +696,7 @@ class PpTable(Struct):
log.info(f'Updating ``pps.toml`` for {path}:\n') log.info(f'Updating ``pps.toml`` for {path}:\n')
# active, closed_pp_objs = table.dump_active() # active, closed_pp_objs = table.dump_active()
pp_entries = self.to_toml() 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 self.conf[self.brokername][self.acctid] = pp_entries
# TODO: why tf haven't they already done this for inline # TODO: why tf haven't they already done this for inline