mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-10-31 19:24:12 +01:00
🐛 (Better) Handle missing pip3 in the main script
This commit is contained in:
parent
436bb32a82
commit
17c6b15a1b
1 changed files with 1 additions and 3 deletions
|
|
@ -82,9 +82,7 @@ main() {
|
||||||
|
|
||||||
|
|
||||||
if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then
|
if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then
|
||||||
if which pip3; then
|
pip3 list || true
|
||||||
pip3 list
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
main
|
main
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue