mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
🔍 Only do pip3 list when LOG_LEVEL >= DEBUG
This commit is contained in:
parent
9f111ca362
commit
11a30892c5
1 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,9 @@ main() {
|
|||
}
|
||||
|
||||
|
||||
pip3 list
|
||||
if [ "$LOG_LEVEL" = "DEBUG" -o "$LOG_LEVEL" = "TRACE" ]; then
|
||||
pip3 list
|
||||
fi
|
||||
main
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue