aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/admin.py b/python/report_ops/admin.py
index 78156c1c..337cc73b 100644
--- a/python/report_ops/admin.py
+++ b/python/report_ops/admin.py
@@ -48,7 +48,7 @@ class CitcoReport:
default=None,
)
if not p:
- raise ValueError(f"No reports for {cls.fund} on {date}")
+ raise ValueError(f"No reports for {cls.table} on {date}")
return p
@classmethod