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

Snakefile: enable debug in xrdcp

parent d9d44afd
No related branches found
No related tags found
No related merge requests found
Pipeline #102091 passed with warnings
......@@ -26,7 +26,7 @@ rule fetch_epic:
filepath="EPIC/{PATH}"
retries: 3
shell: """
xrdcp root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
xrdcp --debug 2 root://dtn-eic.jlab.org//work/eic2/{output.filepath} {output.filepath}
""" if use_xrootd else """
mc cp S3/eictest/{output.filepath} {output.filepath}
""" if use_s3 else f"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment