mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02: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 which pip3; then
|
||||
pip3 list
|
||||
fi
|
||||
pip3 list || true
|
||||
fi
|
||||
main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue