Skip to content
Snippets Groups Projects
Commit f64b03a2 authored by s2870355's avatar s2870355
Browse files

added error to output file

parent 899383b2
No related branches found
No related tags found
No related merge requests found
Pipeline #70341 passed
......@@ -102,7 +102,8 @@ def run_cli_parallel(job : dict) -> dict:
"-it", \
job['image'], \
exec_location],
stdout=f)
stdout=f,
stderr=f)
job["output"] = f
return job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment