From df9975f0fc1c643906c5471935ebf6b388c9f977 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:51:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- sceptre/diffing/stack_differ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sceptre/diffing/stack_differ.py b/sceptre/diffing/stack_differ.py index 4e945405a..a8d269996 100644 --- a/sceptre/diffing/stack_differ.py +++ b/sceptre/diffing/stack_differ.py @@ -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