Skip to content
Snippets Groups Projects
Commit 5cf89de1 authored by Frederik Zahle's avatar Frederik Zahle
Browse files

cleaning up my mess

parent 92f27556
No related branches found
No related tags found
1 merge request!9cleaning up my mess
Pipeline #
......@@ -200,6 +200,7 @@ class CaseRunner(object):
# parallel computation
if self.debug:
status = subprocess.call(command, shell=True)
else:
# Suppress output from EllipSys
FNULL = open(os.devnull, 'w')
status = subprocess.call(command, shell=True,stdout=FNULL)
......
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