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

Windows compatible

parent 02492fd5
No related branches found
No related tags found
No related merge requests found
......@@ -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