From 6bd7be457b962dd63c01146068e8f5807052fa35 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Tue, 17 Mar 2020 11:16:16 +0100 Subject: [PATCH] Remove printing of files mounted and used in the container --- km3buu/ctrl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/km3buu/ctrl.py b/km3buu/ctrl.py index d8af86b..c255698 100644 --- a/km3buu/ctrl.py +++ b/km3buu/ctrl.py @@ -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], -- GitLab