displaying python_bin in debug mode.
This commit is contained in:
@@ -208,6 +208,7 @@ class TestProcess(Process):
|
||||
# Creation of the python evaluation process for loading of the complete test
|
||||
eval_proc = eval_process_init("", api_request, 10, test_dir)
|
||||
eval_proc.start()
|
||||
tm.print_debug(f"python bin is: '{eval_proc.python_bin}'.")
|
||||
if not eval_proc.wait_ready(10):
|
||||
raise ETUMRuntimeError(
|
||||
f"""Impossible to start the external python execution process.
|
||||
|
||||
@@ -71,7 +71,6 @@ def _sys_python_bin():
|
||||
break
|
||||
sys_python_bin = ""
|
||||
|
||||
tm.print_debug(f"python bin is: '{sys_python_bin}'.")
|
||||
return sys_python_bin
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user