aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/custodians.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/custodians.py')
-rw-r--r--python/report_ops/custodians.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index 0dce3309..3d64fe68 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -216,10 +216,10 @@ class SCOTIA(Custodian, account="SCOTIA"):
try:
return download_scotia_report(date)
except (
- StaleElementReferenceException,
ElementNotInteractableException,
TimeoutException,
- ):
+ ) as e:
+ print(e)
raise ValueError(f"Scotia report not ready yet for {date}")