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 Oct 3, 2024
1 parent ef27e25 commit df9975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/diffing/stack_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _create_deployed_stack_config(
if err.response["Error"]["Code"] == "ForbiddenException":
raise SceptreException(
"ForbiddenException: Confirm your current AWS profile is authenticated",
"and has the necessary access."
"and has the necessary access.",
)

# This means the stack has not been deployed yet
Expand Down

0 comments on commit df9975f

Please sign in to comment.