Arch/ImportIFC.py: fix source comment typo

This commit is contained in:
luz.paz
2019-08-07 20:18:14 -04:00
parent 50a8e3cf22
commit 1889890701

View File

@@ -1235,7 +1235,7 @@ def insert(filename,docname,skip=[],only=[],root=None):
if mdict:
mat.Material = mdict
fcmats[mat.Name] = mat
# fill material attribut of the objects
# fill material attribute of the objects
for o,m in mattable.items():
if m == material.id():
if o in objects: