14799 dont cache report member names

This commit is contained in:
Arthur 2024-03-14 13:50:38 -07:00 committed by Jeremy Stretch
parent 35e20d156d
commit 6f9f1d9d43
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class ReportModule(PythonModuleMixin, JobsMixin, ManagedFile):
def __str__(self):
return self.python_name
@cached_property
@property
def reports(self):
def _get_name(cls):