Skip to content

Commit 0c0c757

Browse files
Update snakemake_executor_plugin_slurm/validation.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b9d38fb commit 0c0c757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snakemake_executor_plugin_slurm/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def validate_slurm_job_id(job_id, output):
1212
1313
Args:
1414
job_id (str): The SLURM job ID to validate.
15+
output (str): The full sbatch output to parse if job_id is invalid.
1516
1617
Raises:
1718
WorkflowError: If the job ID is not a positive integer or we cannot

0 commit comments

Comments
 (0)