diff --git a/composer/report/result.py b/composer/report/result.py index 5b3a13a..f947ce4 100644 --- a/composer/report/result.py +++ b/composer/report/result.py @@ -35,7 +35,7 @@ class BaseRow(object): self.data = {} self.sequenceNumber = 0 - def __getattr__(self, attr): + def xx__getattr__(self, attr): f = self.parent.context.fields[attr] return f.getValue(self)