diff options
Diffstat (limited to 'python/collateral/baml_isda.py')
| -rw-r--r-- | python/collateral/baml_isda.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/collateral/baml_isda.py b/python/collateral/baml_isda.py index 4decf2b5..bd36b2bc 100644 --- a/python/collateral/baml_isda.py +++ b/python/collateral/baml_isda.py @@ -95,11 +95,6 @@ def download_files(em, d=None, count=20, *, fund="Serenitas", **kwargs): p = DATA_DIR / attach.name if not p.exists(): p.write_bytes(attach.content) - - case "mercury-reports@baml.com": - for attach in msg.attachments: - if attach.name.endswith("csv"): - p = DAILY_DIR / str(datetime.date) case _: continue |
