schema -> schema_identifier #6414

This commit is contained in:
Thomas Krijnen
2025-03-22 19:27:50 +01:00
committed by GitHub
parent 9ee947b730
commit f7163b8db8
@@ -55,7 +55,7 @@ class Patcher:
def patch(self):
self.contained_ins: dict[str, set[ifcopenshell.entity_instance]] = {}
self.aggregates: dict[str, set[ifcopenshell.entity_instance]] = {}
self.new = ifcopenshell.file(schema=self.file.wrapped_data.schema)
self.new = ifcopenshell.file(schema=self.file.schema_identifier)
self.owner_history = None
self.reuse_identities: dict[int, ifcopenshell.entity_instance] = {}
for owner_history in self.file.by_type("IfcOwnerHistory"):