Update IfcApplication attributes export after 5866994

This commit is contained in:
Andrej730
2025-07-10 14:36:51 +05:00
parent 37d4ee97e7
commit 8a6eb1b60f
+1 -1
View File
@@ -337,5 +337,5 @@ class Owner(bonsai.core.tool.Owner):
def export_application_attributes(cls) -> dict[str, Any]:
props = cls.get_owner_props()
attributes = bonsai.bim.helper.export_attributes(props.application_attributes)
bonsai.bim.helper.process_exported_entity_attribute(attributes, "ApplicationDeveloper")
bonsai.bim.helper.process_exported_entity_attribute(attributes, ["ApplicationDeveloper"])
return attributes