This commit is contained in:
Andrej730
2025-09-19 19:04:43 +05:00
parent 8a03a1379e
commit 2e4241e435
+1 -2
View File
@@ -448,8 +448,7 @@ class Project(bonsai.core.tool.Project):
@classmethod
def get_header_data(cls) -> HeaderData:
if not (ifc_file := tool.Ifc.get()):
return {}
assert (ifc_file := tool.Ifc.get())
# MVD.
if isinstance(ifc_file, ifcopenshell.sqlite):