Skip to content

Commit

Permalink
fix for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed May 20, 2024
1 parent e0421c4 commit de1b1a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_slurmqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def _compare_jobsh(jobsh, expected, datadir):
jobsh = re.sub(
r"#SBATCH --job-name=\w+\n", "#SBATCH --job-name=XXXXX\n", jobsh
).strip()
jobsh.replace("\\", "/")

assert jobsh == expected

Expand Down

0 comments on commit de1b1a0

Please sign in to comment.