aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/__main__.py')
-rw-r--r--python/report_ops/__main__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py
index 314b9d2f..3285f5e5 100644
--- a/python/report_ops/__main__.py
+++ b/python/report_ops/__main__.py
@@ -94,10 +94,10 @@ if args.cash_reports or args.wire_reports:
logger.warning(e)
if args.wire_reports:
wire_report = WireReport[custodian]
- try:
- wire_report.to_db(args.date, fund)
- except (MissingDataError, RuntimeError) as e:
- logger.warning(e)
+ # try:
+ wire_report.to_db(args.date, fund)
+ # except (MissingDataError, RuntimeError) as e:
+ # logger.warning(e)
if args.isosel_reports: