Skip to content
Snippets Groups Projects
Commit 34a651c3 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

Merge branch 'develop'

parents 45681d64 33ab58ac
No related branches found
No related tags found
No related merge requests found
Pipeline #4886 passed
......@@ -714,6 +714,8 @@ def exec_classif(arguments): # pragma: no cover
start = time.time()
args = execution.parse_the_args(arguments)
args = configuration.get_the_args(args.config_path)
import sys
if not sys.platform in ["win32", "cygwin"]:
os.nice(args["nice"])
nb_cores = args["nb_cores"]
if nb_cores == 1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment