Skip to content
Snippets Groups Projects
Commit 6bd7be45 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Remove printing of files mounted and used in the container

parent 0310f340
No related branches found
No related tags found
1 merge request!1Merge python environment
......@@ -73,7 +73,6 @@ def run_jobcard(jobcard, outdir):
with open(script_fpath, 'w') as f:
ctnt = GIBUU_SHELL.format(outdir, jobcard_fpath)
f.write(ctnt)
os.system("ls %s" % (script_dir.name))
output = Client.execute(Config().gibuu_image_path,
['/bin/sh', script_fpath],
bind=[outdir, script_dir.name],
......
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