Skip to content
Snippets Groups Projects
Commit 1ae2b36e authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

bugfix

parent aff3e535
Branches
No related tags found
No related merge requests found
Pipeline #1556 passed
......@@ -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!')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment