mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
typing
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user