Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2b79b221 authored by hhakim's avatar hhakim
Browse files

Minor change in conda pkg gen. script (error msg).

parent 0ec12982
Branches
Tags 3.37.9
No related merge requests found
Pipeline #834150 skipped
......@@ -92,7 +92,7 @@ fi
WHL_URL=$(curl $PYPI_FILES_URL | sed -ne 's/.*"\([^"]\{1,\}\.whl\)".*/\1/p' | grep $SYSTEM | grep cp$PYVER_NODOT)
[[ -z "$WHL_URL" ]] && echo "No wheel package found on pypi.org for the system $SYSTEM_ERROR and the python version $PYVER" && exit 3
[[ -z "$WHL_URL" ]] && echo "No wheel package found on pypi.org for the system $SYSTEM, $SYSTEM_ERROR and the python version $PYVER" && exit 3
[[ -n "$DEBUG" ]] && echo WHEEL_URL=${WHL_URL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment