bugfix
This commit is contained in:
parent
5b6566bc7c
commit
7d709a7e12
@ -73,7 +73,7 @@ class Accounting:
|
|||||||
l['amount'] = amtstr
|
l['amount'] = amtstr
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{e=}, {l['amt_pattern']}, {self.variable=}')
|
exception(f"{e=}, {l['amt_pattern']}, {self.variable=}")
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
if l['amount'] is None:
|
if l['amount'] is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user