Merge "Fix typo in set unicode metadata key"
This commit is contained in:
commit
b8ed0c2d27
@ -509,7 +509,7 @@ class Resource(RequestIdMixin):
|
||||
|
||||
raise AttributeError(k)
|
||||
else:
|
||||
if k in self.__.dict__:
|
||||
if k in self.__dict__:
|
||||
return self.__dict__[k]
|
||||
return self._info[k]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user