mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #3488. Minor regression in IFC4X3 mapping.
This commit is contained in:
@@ -315,7 +315,7 @@ class file(object):
|
||||
"""
|
||||
eid = kwargs.pop("id", -1)
|
||||
|
||||
e = entity_instance((self.schema, type), self)
|
||||
e = entity_instance((self.schema_identifier, type), self)
|
||||
|
||||
# Create pairs of {attribute index, attribute value}.
|
||||
# Keyword arguments are mapped to their corresponding
|
||||
|
||||
Reference in New Issue
Block a user