diff --git a/composer/report/result.py b/composer/report/result.py index b033b19..7396fbe 100644 --- a/composer/report/result.py +++ b/composer/report/result.py @@ -49,7 +49,7 @@ class Row(BaseRow): def getRawValue(self, attr): return self.attributeHandlers.get(attr, Row.getContextAttr)(self, attr) - @classmethod + @staticmethod def getContextAttr(obj, attr): return getattr(obj.context, attr)