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

**/Snakefile: fix SyntaxWarning: invalid escape sequence '\('

parent de1909cf
Branches
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ rule lfhcal_summary_at_eta: ...@@ -93,7 +93,7 @@ rule lfhcal_summary_at_eta:
"{CAMPAIGN}/Final_Results/{PARTICLE}/mom/lfhcal_mom_resol_{PARTICLE}_{ETA_MIN}_eta_{ETA_MAX}.png", "{CAMPAIGN}/Final_Results/{PARTICLE}/mom/lfhcal_mom_resol_{PARTICLE}_{ETA_MIN}_eta_{ETA_MAX}.png",
"{CAMPAIGN}/Final_Results/{PARTICLE}/mom/lfhcal_mom_resol_{PARTICLE}_{ETA_MIN}_eta_{ETA_MAX}.root", "{CAMPAIGN}/Final_Results/{PARTICLE}/mom/lfhcal_mom_resol_{PARTICLE}_{ETA_MIN}_eta_{ETA_MAX}.root",
shell: shell:
""" r"""
if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then
set +e set +e
EPIC_VERSION="${{DETECTOR_VERSION:-}}" EPIC_VERSION="${{DETECTOR_VERSION:-}}"
......
...@@ -139,7 +139,7 @@ rule tracking_performance_summary_at_eta: ...@@ -139,7 +139,7 @@ rule tracking_performance_summary_at_eta:
"{CAMPAIGN}/Final_Results/pi-/dca/dcaz_resol_{ETA_MIN}_eta_{ETA_MAX}.png", "{CAMPAIGN}/Final_Results/pi-/dca/dcaz_resol_{ETA_MIN}_eta_{ETA_MAX}.png",
"{CAMPAIGN}/Final_Results/pi-/dca/dcaz_resol_{ETA_MIN}_eta_{ETA_MAX}.root", "{CAMPAIGN}/Final_Results/pi-/dca/dcaz_resol_{ETA_MIN}_eta_{ETA_MAX}.root",
shell: shell:
""" r"""
if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then
set +e set +e
EPIC_VERSION="${{DETECTOR_VERSION:-}}" EPIC_VERSION="${{DETECTOR_VERSION:-}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment