diff options
Diffstat (limited to 'python/report_ops/custodians.py')
| -rw-r--r-- | python/report_ops/custodians.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py index b95def6e..59ef7701 100644 --- a/python/report_ops/custodians.py +++ b/python/report_ops/custodians.py @@ -200,4 +200,4 @@ class BNY(Custodian, account="BONY2"): class SCOTIA(Custodian, account="SCOTIA"): @staticmethod def download_reports(date=datetime.date.today()): - download_scotia_report(date) + return download_scotia_report(date) |
