Skip to content
Snippets Groups Projects
Commit d9d44afd authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

Snakefile: set reties to 3 for fetch_epic

parent a17b54d6
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@ def get_remote_path(path):
rule fetch_epic:
output:
filepath="EPIC/{PATH}"
retries: 3
shell: """
xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
""" if use_xrootd else """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment