Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 6, 2024
1 parent 100159d commit b59a4da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sceptre/plan/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b59a4da

Please sign in to comment.