Fix typo in set unicode metadata key
Fixes typo in commit 0fd11f30f4
Change-Id: I50c59b92f6f65f7b6aa23fd530f6c4b105ad6b1d
Closes-Bug: #1622631
This commit is contained in:
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user