Replace .wrapped_data.header with .header (dfaa8d5)

This commit is contained in:
Andrej730
2025-09-15 16:47:09 +05:00
parent a3c6e295c8
commit cc7732ecbf
9 changed files with 35 additions and 35 deletions
@@ -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(