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 d135610 commit 4d1a7e0Copy full SHA for 4d1a7e0
scripts/Docker/Dockerfile
@@ -171,7 +171,7 @@ RUN [ -z "${VERBOSE}" ] || set -xv; \
171
printf "Building with distribution: %s\n" "$dist"; \
172
pip install --no-cache-dir "install/dist/$dist";; \
173
*) \
174
- printf "\n\ninvalid value for source: $source\n"; \
+ printf "\n\ninvalid value for source: %s\n" "$source"; \
175
printf "must be local, pypi, pip_local or pip_sdist\n\n"; \
176
exit 1;; \
177
esac
0 commit comments