This commit is contained in:
yumoqing 2025-03-18 22:31:50 +08:00
parent 5b6566bc7c
commit 7d709a7e12

View File

@ -73,7 +73,7 @@ class Accounting:
l['amount'] = amtstr
except Exception as e:
exception(f'{e=}, {l['amt_pattern']}, {self.variable=}')
exception(f"{e=}, {l['amt_pattern']}, {self.variable=}")
raise e
if l['amount'] is None: