We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e4009 commit b3c3312Copy full SHA for b3c3312
snakemake_executor_plugin_slurm/__init__.py
@@ -820,8 +820,8 @@ def cancel_jobs(self, active_jobs: List[SubmittedJobInfo]):
820
# virtually no time.
821
scancel_command = f"scancel {jobids}"
822
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
+ # Adding the --clusters=all flag, if we submitted to more than one
+ # cluster. Issue #397 mentions that this flag is not available in
825
# older SLURM versions, but we assume that multicluster setups will
826
# usually run on a recent version of SLURM.
827
if self._submitted_job_clusters:
0 commit comments