From 293dac9fef5c0d5d73189ebfc8fdb996eaa196fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 16:14:35 +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 98725fb38..7b7fd5718 100644 --- a/sceptre/plan/actions.py +++ b/sceptre/plan/actions.py @@ -585,7 +585,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")