From 0c71060c33dda9db39d1a8727325fc12339736c7 Mon Sep 17 00:00:00 2001 From: creilly12 Date: Wed, 9 May 2018 20:15:41 -0400 Subject: [PATCH 1/4] Update exceptions.py Fix typo ocurred -> occurred. --- samcli/local/init/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index e53981e8d68..63c5c089b19 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -14,4 +14,4 @@ def __init__(self, **kwargs): class GenerateProjectFailedError(InitErrorException): fmt = \ - ("An error ocurred while generating this {project}: {provider_error}") + ("An error occurred while generating this {project}: {provider_error}") From d2275326fa9c980b3dd9aa1bd97a9ec9cc292e6d Mon Sep 17 00:00:00 2001 From: creilly12 Date: Fri, 17 Apr 2026 16:34:11 -0400 Subject: [PATCH 2/4] test2: Update exceptions.py --- samcli/local/init/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index 63c5c089b19..fedcd329cc3 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -2,6 +2,7 @@ Custom Exceptions for Init module """ +# test2 class InitErrorException(Exception): fmt = 'An unspecified error occurred' From e4063a2b3407231900ca491cb2d6273a051d5e51 Mon Sep 17 00:00:00 2001 From: creilly12 Date: Fri, 17 Apr 2026 17:16:46 -0400 Subject: [PATCH 3/4] Update exceptions.py --- samcli/local/init/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index fedcd329cc3..c0ed8af408f 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -2,7 +2,7 @@ Custom Exceptions for Init module """ -# test2 +# test3 class InitErrorException(Exception): fmt = 'An unspecified error occurred' From 7150c4c3fd4bfd05db7e08d7ccfd2a3427c06be0 Mon Sep 17 00:00:00 2001 From: creilly12 Date: Fri, 17 Apr 2026 17:42:59 -0400 Subject: [PATCH 4/4] Update exceptions.py --- samcli/local/init/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samcli/local/init/exceptions.py b/samcli/local/init/exceptions.py index c0ed8af408f..775386388fe 100644 --- a/samcli/local/init/exceptions.py +++ b/samcli/local/init/exceptions.py @@ -2,7 +2,7 @@ Custom Exceptions for Init module """ -# test3 +# test4 class InitErrorException(Exception): fmt = 'An unspecified error occurred'