bugfix
This commit is contained in:
parent
a721f00a68
commit
9f17573486
@ -27,6 +27,7 @@ class DictObject(dict):
|
||||
try:
|
||||
v = self.__DOitem(self[attr])
|
||||
self[attr] = v
|
||||
return v
|
||||
except KeyError:
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user