diff options
Diffstat (limited to 'python/report_ops/__main__.py')
| -rw-r--r-- | python/report_ops/__main__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py index 8082aeeb..513683d5 100644 --- a/python/report_ops/__main__.py +++ b/python/report_ops/__main__.py @@ -86,7 +86,10 @@ if args.cash_reports: logger.warning(e) if args.isosel_reports: - for fund in ("ISOSEL",): + for fund in ( + "ISOSEL", + "CRSE", + ): for report in ("isosel_accrued", "citco_reports"): try: report = CitcoReport[report](cob, fund) |
