diff --git a/launcher/simc-launcher.in b/launcher/simc-launcher.in index fe2424352f09eaf706de6085b7095e224fe878ef..5f6f32c40499bc4c29ec1f9bbddbca1700e21397 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!')