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