Skip to content

Commit 73f341d

Browse files
committed
fix: linting1
1 parent b375a32 commit 73f341d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snakemake_executor_plugin_slurm/validation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def validate_or_get_slurm_job_id(job_id, output):
2525
return job_id
2626
else:
2727
# Try matching a positive integer, raise an error if more than one match or
28-
# no match found. Match standalone integers, excluding those followed by %, letters,
29-
# or digits (units/percentages/floats). Allows format: "1234" or
28+
# no match found. Match standalone integers, excluding those followed by %,
29+
# letters, or digits (units/percentages/floats). Allows format: "1234" or
3030
# "1234; clustername" (SLURM multi-cluster format).
3131

3232
# If the first attempt to validate the job fails, try parsing the sbatch output

0 commit comments

Comments
 (0)