Skip to content

Commit b3c3312

Browse files
committed
fix: formatting
1 parent b6e4009 commit b3c3312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snakemake_executor_plugin_slurm/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ def cancel_jobs(self, active_jobs: List[SubmittedJobInfo]):
820820
# virtually no time.
821821
scancel_command = f"scancel {jobids}"
822822

823-
# Adding the --clusters=all flag, if we submitted to more than one
824-
# cluster. Issue #397 mentions that this flag is not available in
823+
# Adding the --clusters=all flag, if we submitted to more than one
824+
# cluster. Issue #397 mentions that this flag is not available in
825825
# older SLURM versions, but we assume that multicluster setups will
826826
# usually run on a recent version of SLURM.
827827
if self._submitted_job_clusters:

0 commit comments

Comments
 (0)