Skip to content

Commit

Permalink
addressing pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
syldyer committed Oct 8, 2024
1 parent c1e4966 commit 47a3bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpdk/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def load_settings(self):
"https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html"
)
except KeyError as e:
raise InvalidProjectError(
self._raise_invalid_project(
f"Error extracting protocol version from '{self.settings_path}'", e
)

Expand Down

0 comments on commit 47a3bf9

Please sign in to comment.