From 8a6eb1b60f1daec56fb9219de654a0a0b5a7ab2c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 10 Jul 2025 14:36:51 +0500 Subject: [PATCH] Update IfcApplication attributes export after 5866994 --- src/bonsai/bonsai/tool/owner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/tool/owner.py b/src/bonsai/bonsai/tool/owner.py index c927b47a13..f2c7f82672 100644 --- a/src/bonsai/bonsai/tool/owner.py +++ b/src/bonsai/bonsai/tool/owner.py @@ -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