From 7e711b21ab54b8d8d3681e33a512fd6148499c5a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:02:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- sceptre/plan/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sceptre/plan/actions.py b/sceptre/plan/actions.py index a27b076dc..24aafd7ad 100644 --- a/sceptre/plan/actions.py +++ b/sceptre/plan/actions.py @@ -591,7 +591,9 @@ def execute_change_set(self, change_set_name): return_val = 0 - if status == "FAILED" and self.change_set_creation_failed_due_to_no_changes(reason): + if status == "FAILED" and self.change_set_creation_failed_due_to_no_changes( + reason + ): self.logger.info( "Skipping ChangeSet on Stack: {} - there are no changes".format( change_set.get("StackName")