Bug fix: Correctly set the name of the attributes. PR #3940 did not seem to update in Master?
parent
90333340d6
commit
94d9773548
|
@ -211,7 +211,7 @@ def _init(self, target = None, parent = None):
|
|||
|
||||
|
||||
else: # starts with 'm' but not iterable
|
||||
setattr(target, m, obj)
|
||||
setattr(target, name, obj)
|
||||
logger.debug("Added " + name + " as self." + name + " (type: " + str(type(obj)) + ")")
|
||||
|
||||
if _is_init_type(obj):
|
||||
|
|
Loading…
Reference in New Issue