diff --git a/sceptre/plan/actions.py b/sceptre/plan/actions.py index 520775575..8cc67ef5f 100644 --- a/sceptre/plan/actions.py +++ b/sceptre/plan/actions.py @@ -987,7 +987,7 @@ def _get_cs_status(self, change_set_name): elif ( cs_status == "FAILED" and cs_reason is not None - and self.change_set_creation_failed_due_to_no_changes(cs_reason) + and self._change_set_creation_failed_due_to_no_changes(cs_reason) ): return StackChangeSetStatus.NO_CHANGES elif cs_status in ["DELETE_COMPLETE", "FAILED"] or cs_exec_status in [