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