🐛 (Better) Handle missing pip3 in the main script

This commit is contained in:
Gerber, Mike 2020-08-24 18:13:13 +02:00
parent 436bb32a82
commit 17c6b15a1b

View file

@ -82,9 +82,7 @@ main() {
if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then
if which pip3; then
pip3 list
fi
pip3 list || true
fi
main