diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/custodians.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py index 85dd491a..7c28bcf7 100644 --- a/python/report_ops/custodians.py +++ b/python/report_ops/custodians.py @@ -143,7 +143,7 @@ class UMB(Custodian, account="UMB"): elif attach.name.startswith("umb_serenitas_wires"): p = dest / f"umbwires_{timestamp:%Y%m%d%H%M}.xlsx" else: - return + pass if not p.exists(): p.write_bytes(attach.content) |
