aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/__main__.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py
index 12796d26..ef761bfa 100644
--- a/python/report_ops/__main__.py
+++ b/python/report_ops/__main__.py
@@ -101,10 +101,7 @@ if args.send_to_custodians:
"BBH",
"UMB",
):
- try:
- upload_to_custodian(account, args.date, not args.no_upload)
- except ValueError as e:
- logger.warning(e)
+ upload_to_custodian(account, args.date, not args.no_upload)
if args.payment_settlements:
conn = dbconn("dawndb")