Skip to content

Commit

Permalink
**/Snakefile: fix SyntaxWarning: invalid escape sequence '\('
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 19, 2024
1 parent 8288771 commit aed61b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/lfhcal/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}.root",
shell:
"""
r"""
if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then
set +e
EPIC_VERSION="${{DETECTOR_VERSION:-}}"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/tracking_performances/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}.root",
shell:
"""
r"""
if [[ "{wildcards.CAMPAIGN}" == "local" ]]; then
set +e
EPIC_VERSION="${{DETECTOR_VERSION:-}}"
Expand Down

0 comments on commit aed61b0

Please sign in to comment.