Skip to content

Commit

Permalink
Fix stray line in slurm job definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Dec 13, 2023
1 parent 1b6388e commit 9ae93e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion law/contrib/slurm/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def create(self, postfix=None, **kwargs):
raise ValueError("shell must not be empty")

# postfix certain output files
c.output_files = list(map(str, c.output_files))
if c.postfix_output_files:
skip_postfix_cre = re.compile(r"^(/dev/).*$")
skip_postfix = lambda s: bool(skip_postfix_cre.match(s))
Expand Down

0 comments on commit 9ae93e6

Please sign in to comment.