Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-harvey-z3q committed Aug 3, 2024
1 parent e44eed7 commit b7001dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/plan/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit b7001dc

Please sign in to comment.