Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarta Bañón <34235767+mbanon@users.noreply.github.com>2022-08-17 14:18:58 +0300
committerGitHub <noreply@github.com>2022-08-17 14:18:58 +0300
commita0c57a534ed1d8b1a3ad65eb6511378ce9d491b0 (patch)
tree9f44f27f87c9d76bde06b3e8e54c0239e903cd93
parent2db9c5b117dc2425a2311cc41b8d4db185a6b869 (diff)
typo
-rwxr-xr-xbicleaner_ai/bicleaner_ai_classifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bicleaner_ai/bicleaner_ai_classifier.py b/bicleaner_ai/bicleaner_ai_classifier.py
index c139671..a9afdab 100755
--- a/bicleaner_ai/bicleaner_ai_classifier.py
+++ b/bicleaner_ai/bicleaner_ai_classifier.py
@@ -40,7 +40,7 @@ def initialization():
# Warn about args.processes deprecation
if args.processes is not None:
- logging.warging("--processes option is not available anymore, please use BICLEANER_AI_THREADS environment variable instead.")
+ logging.warning("--processes option is not available anymore, please use BICLEANER_AI_THREADS environment variable instead.")
# Set the number of processes from the environment variable
# or instead use all cores