mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
schema -> schema_identifier #6414
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user