diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/citco_ops/cash.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/citco_ops/cash.py b/python/citco_ops/cash.py index 7d322a2b..0069f782 100644 --- a/python/citco_ops/cash.py +++ b/python/citco_ops/cash.py @@ -93,6 +93,7 @@ class IsoselCashReport(CashReport, fund="ISOSEL", account_number="ISOS01"): if "cash" in f.name ], key=dt_from_fname, + default=None, ) if not p: raise ValueError( |
