Skip to content

Commit

Permalink
fix: typo 'sacct --cluster all' to 'sacct --clusters all' - both work…
Browse files Browse the repository at this point in the history
…, with s complies with the manual
  • Loading branch information
cmeesters committed Apr 15, 2024
1 parent c9d395b commit 19c8501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_executor_plugin_slurm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async def check_active_jobs(

# -X: only show main job, no substeps
sacct_command = f"""sacct -X --parsable2 \
--cluster all \
--clusters all \
--noheader --format=JobIdRaw,State \
--starttime {sacct_starttime} \
--endtime now --name {self.run_uuid}"""
Expand Down

0 comments on commit 19c8501

Please sign in to comment.