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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py
index 796788b7..668d69d7 100644
--- a/python/report_ops/__main__.py
+++ b/python/report_ops/__main__.py
@@ -103,8 +103,8 @@ if args.cash_reports or args.wire_reports:
if args.isosel_reports:
for fund in ("ISOSEL",):
for report in ("isosel_accrued", "citco_reports"):
- report = CitcoReport[report](cob, fund)
try:
+ report = CitcoReport[report](cob, fund)
report.to_db()
except MissingDataError as e:
logger.warning(e)