diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/report_ops/admin.py | 2 |
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 |
