diff options
Diffstat (limited to 'python/report_ops/custodians.py')
| -rw-r--r-- | python/report_ops/custodians.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py index 93aba172..b345409a 100644 --- a/python/report_ops/custodians.py +++ b/python/report_ops/custodians.py @@ -131,6 +131,8 @@ def download_nt_reports(date, fund, em): fname = f"NT_WIRE_{fund}" elif "Cash" in verify_result.file_name: fname = f"NT_CASH_{fund}" + elif "CLS Daily Status": + fname = f"NT_CLS_{fund}" else: print(f"NT file not recognized:{verify_result.file_name}") p = dest / f"{fname}_{message_time:%Y%m%d%H%M}.csv" |
