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 e87dfc8f..02cbc206 100644
--- a/python/report_ops/__main__.py
+++ b/python/report_ops/__main__.py
@@ -88,7 +88,7 @@ if args.cash_reports:
logger.warning(e)
if args.isosel_reports:
- for fund in "ISOSEL":
+ for fund in ("ISOSEL",):
for report in ("isosel_accrued", "citco_reports"):
try:
report = CitcoReport[report](cob, fund)