We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3870244 commit 526feffCopy full SHA for 526feff
aws_lambda_builders/workflows/python_pip/actions.py
@@ -103,8 +103,8 @@ def _find_runtime_with_pip(self) -> Tuple[SubprocessPip, str]:
103
# during the init phase
104
105
# 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")
+ LOG.debug(f"Python runtime path '{python_path}' does not match the workflow")
107
except MissingPipError:
108
- 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")
109
110
raise ActionFailedError("Failed to find a Python runtime containing pip on the PATH.")
0 commit comments