mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
Replace .wrapped_data.header with .header (dfaa8d5)
This commit is contained in:
@@ -59,7 +59,7 @@ def step_impl(context, version):
|
||||
)
|
||||
def step_impl(context, header_file_description):
|
||||
|
||||
is_header_file_description = IfcStore.file.wrapped_data.header.file_description.description
|
||||
is_header_file_description = IfcStore.file.header.file_description.description
|
||||
assert (
|
||||
str(is_header_file_description) == header_file_description
|
||||
), "The file was not exported by the new ifc exporter in Allplan. File description header: {}".format(
|
||||
|
||||
Reference in New Issue
Block a user