Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sam-cli-bot committed Oct 16, 2023
2 parents d71ac5c + 80e7384 commit 7d004a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws_lambda_builders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

# Changing version will trigger a new release!
# Please make the version change as the last step of your development.
__version__ = "1.39.0"
__version__ = "1.40.0"
RPC_PROTOCOL_VERSION = "0.3"
4 changes: 2 additions & 2 deletions aws_lambda_builders/workflows/python_pip/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def _find_runtime_with_pip(self) -> Tuple[SubprocessPip, str]:
# during the init phase

# we can ignore these and let the action fail at the end
LOG.debug(f"Python runtime path '{valid_python_path}' does not match the workflow")
LOG.debug(f"Python runtime path '{python_path}' does not match the workflow")
except MissingPipError:
LOG.debug(f"Python runtime path '{valid_python_path}' does not contain pip")
LOG.debug(f"Python runtime path '{python_path}' does not contain pip")

raise ActionFailedError("Failed to find a Python runtime containing pip on the PATH.")

0 comments on commit 7d004a7

Please sign in to comment.