fix: get self context attr
This commit is contained in:
parent
d908b18188
commit
6fd1a5ed8f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class Row(BaseRow):
|
|||
attributeHandlers = {}
|
||||
|
||||
def getRawValue(self, attr):
|
||||
return self.attributeHandlers.get(attr, Row.getContextAttr)(self, attr)
|
||||
return self.attributeHandlers.get(attr, self.getContextAttr)(self, attr)
|
||||
|
||||
@staticmethod
|
||||
def getContextAttr(obj, attr):
|
||||
|
|
Loading…
Add table
Reference in a new issue