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

bugfix

parent aff3e535
No related branches found
No related tags found
No related merge requests found
...@@ -96,5 +96,5 @@ with tempfile.TemporaryDirectory() as tmpdir: ...@@ -96,5 +96,5 @@ with tempfile.TemporaryDirectory() as tmpdir:
subprocess.call(['sh', run_name]) subprocess.call(['sh', run_name])
print('\nConverting output to ROOT') print('\nConverting output to ROOT')
os.chdir(output_dir) 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!') print('All done!')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment