diff options
Diffstat (limited to 'python/report_ops/__main__.py')
| -rw-r--r-- | python/report_ops/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py index f8c68eee..606150b2 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] try: - report = CitcoReport[report] report.to_db(cob, fund) except MissingDataError as e: logger.warning(e) |
