Skip to content

Commit 7d004a7

Browse files
Merge branch 'develop'
2 parents d71ac5c + 80e7384 commit 7d004a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws_lambda_builders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
# Changing version will trigger a new release!
66
# Please make the version change as the last step of your development.
7-
__version__ = "1.39.0"
7+
__version__ = "1.40.0"
88
RPC_PROTOCOL_VERSION = "0.3"

aws_lambda_builders/workflows/python_pip/actions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ def _find_runtime_with_pip(self) -> Tuple[SubprocessPip, str]:
103103
# during the init phase
104104

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

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

0 commit comments

Comments
 (0)