File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ CFG_BIN_DIR=$CFG_ROOT_DIR/$VIRTUALENV_DIR/bin
5555# Thirdparty package locations and index handling
5656# Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
5757if [ -f " $CFG_ROOT_DIR /thirdparty" ]; then
58- PIP_EXTRA_ARGS=" --find-links $CFG_ROOT_DIR /thirdparty "
58+ PIP_EXTRA_ARGS=" --find-links $CFG_ROOT_DIR /thirdparty"
5959fi
6060PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
6161
@@ -87,7 +87,7 @@ main() {
8787 done
8888
8989 PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS $NO_INDEX "
90-
90+
9191 find_python
9292 create_virtualenv " $VIRTUALENV_DIR "
9393 install_packages " $CFG_REQUIREMENTS "
@@ -197,7 +197,6 @@ clean() {
197197}
198198
199199
200-
201200main
202201
203202set +e
Original file line number Diff line number Diff line change @@ -209,4 +209,4 @@ for %%F in (%CLEANABLE%) do (
209209 rmdir /s /q " %CFG_ROOT_DIR% \%%F " > nul 2 >& 1
210210 del /f /q " %CFG_ROOT_DIR% \%%F " > nul 2 >& 1
211211)
212- exit /b 0
212+ exit /b 0
You can’t perform that action at this time.
0 commit comments