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 513683d5..ce712745 100644 --- a/python/report_ops/__main__.py +++ b/python/report_ops/__main__.py @@ -81,7 +81,7 @@ if args.cash_reports: for fund, custodians in _fund_custodians.items(): for custodian in custodians: try: - CashReport[(fund, custodian)](args.date).to_db() + cash_report = CashReport[(fund, custodian)](args.date).to_db() except ValueError as e: logger.warning(e) |
