Use corret attribute name

- closes https://github.com/assimp/assimp/issues/3887
pull/3940/head
Kim Kulling 2021-06-03 22:52:10 +02:00 committed by GitHub
parent f28331b202
commit b4fc41bc09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ def _init(self, target = None, parent = None):
else: # starts with 'm' but not iterable
setattr(target, name, obj)
setattr(target, m, obj)
logger.debug("Added " + name + " as self." + name + " (type: " + str(type(obj)) + ")")
if _is_init_type(obj):