diff options
Diffstat (limited to 'python/citco_ops/cash.py')
| -rw-r--r-- | python/citco_ops/cash.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_ops/cash.py b/python/citco_ops/cash.py index 84a8c80b..7d322a2b 100644 --- a/python/citco_ops/cash.py +++ b/python/citco_ops/cash.py @@ -68,7 +68,7 @@ class IsoselCashReport(CashReport, fund="ISOSEL", account_number="ISOS01"): for attach in msg.attachments: message_time = attach.last_modified_time if attach.name == "Attachment1.pgp" and message_time.date() == date: - dest = get_dir(message_time.date()) + dest = get_dir(message_time.date(), archived=False) dest.mkdir(exist_ok=True, parents=True) with attach.fp as fp: plaintext, result, verify_result = gpg.Context().decrypt( |
