Skip to content
Snippets Groups Projects
Commit 8ab68de2 authored by Christopher Schmied's avatar Christopher Schmied
Browse files

Fixed bug in hdf5_xml_output

hdf5_xml_output rule does again touch the output
Tested and works
parent 8208fb6c
No related branches found
No related tags found
No related merge requests found
......@@ -468,7 +468,7 @@ rule hdf5_xml_output:
jdir=JOBDIR,
path_bsh=config["common"]["bsh_directory"] + config["hdf5_output"]["bsh_file_hdf5"])
part_string += " > {log} 2>&1"
part_string += " > {log} 2>&1 && touch {output}"
shell(part_string)
rule resave_hdf5_output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment