diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/__main__.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py index a577f415..3c6732e9 100644 --- a/python/report_ops/__main__.py +++ b/python/report_ops/__main__.py @@ -94,10 +94,7 @@ if args.cash_reports or args.wire_reports: if args.isosel_reports: - for fund in ( - "ISOSEL", - "CRSE", - ): + for fund in ("ISOSEL",): for report in ("isosel_accrued", "citco_reports"): try: report = CitcoReport[report](cob, fund) |
