diff --git a/corehq/apps/app_manager/suite_xml/post_process/endpoints.py b/corehq/apps/app_manager/suite_xml/post_process/endpoints.py index 279f95d4c5e4..be9b42322ecf 100644 --- a/corehq/apps/app_manager/suite_xml/post_process/endpoints.py +++ b/corehq/apps/app_manager/suite_xml/post_process/endpoints.py @@ -49,7 +49,7 @@ def update_suite(self): if form.session_endpoint_id: self.suite.endpoints.append(self._make_session_endpoint( form.session_endpoint_id, module, form, - respect_relevancy=getattr(form, 'respect_relevancy'))) + respect_relevancy=getattr(form, 'respect_relevancy', None))) elif module.session_endpoint_id: for form in module.get_suite_forms(): endpoint = next(