From 1ae2b36ee6650afc807339e3a545c17d71310fed Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Thu, 23 May 2019 16:25:38 -0500
Subject: [PATCH] bugfix

---
 launcher/simc-launcher.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launcher/simc-launcher.in b/launcher/simc-launcher.in
index fe24243..5f6f32c 100644
--- a/launcher/simc-launcher.in
+++ b/launcher/simc-launcher.in
@@ -96,5 +96,5 @@ with tempfile.TemporaryDirectory() as tmpdir:
     subprocess.call(['sh', run_name])
 print('\nConverting output to ROOT')
 os.chdir(output_dir)
-subprocess.call(['h2root', '{conf}.rzdat'.format(conf=tmp_conf_name))
+subprocess.call(['h2root', '{conf}.rzdat'.format(conf=tmp_conf_name)])
 print('All done!')
-- 
GitLab