mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Account for removed instance factory
This commit is contained in:
@@ -111,7 +111,7 @@ class LateBoundSchemaInstantiator:
|
||||
|
||||
def finalize(self, can_be_instantiated_set, override_schema_name=None):
|
||||
self.schema = w.schema_definition(
|
||||
override_schema_name or self.schema_name, list(self.declarations.values()), None
|
||||
override_schema_name or self.schema_name, list(self.declarations.values())
|
||||
)
|
||||
|
||||
def disown(self):
|
||||
|
||||
Reference in New Issue
Block a user