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
55
55
# Thirdparty package locations and index handling
56
56
# Find packages from the local thirdparty directory or from thirdparty.aboutcode.org
57
57
if [ -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"
59
59
fi
60
60
PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS --find-links https://thirdparty.aboutcode.org/pypi/simple/links.html"
61
61
@@ -87,7 +87,7 @@ main() {
87
87
done
88
88
89
89
PIP_EXTRA_ARGS=" $PIP_EXTRA_ARGS $NO_INDEX "
90
-
90
+
91
91
find_python
92
92
create_virtualenv " $VIRTUALENV_DIR "
93
93
install_packages " $CFG_REQUIREMENTS "
@@ -197,7 +197,6 @@ clean() {
197
197
}
198
198
199
199
200
-
201
200
main
202
201
203
202
set +e
Original file line number Diff line number Diff line change @@ -209,4 +209,4 @@ for %%F in (%CLEANABLE%) do (
209
209
rmdir /s /q " %CFG_ROOT_DIR% \%%F " > nul 2 >& 1
210
210
del /f /q " %CFG_ROOT_DIR% \%%F " > nul 2 >& 1
211
211
)
212
- exit /b 0
212
+ exit /b 0
You can’t perform that action at this time.
0 commit comments