Skip to content

Commit 10ce158

Browse files
committed
__ -> _
1 parent 16aae3a commit 10ce158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake_executor_plugin_slurm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run_job(self, job: JobExecutorInterface):
9292
if wildcard_str == "":
9393
comment_str = f"rule_{job.name}"
9494
else:
95-
comment_str = f"rule_{job.name}__wildcards_{wildcard_str}"
95+
comment_str = f"rule_{job.name}_wildcards_{wildcard_str}"
9696
call = (
9797
f"sbatch --job-name {self.run_uuid} --output {slurm_logfile} --export=ALL "
9898
f"--comment {comment_str}"

0 commit comments

Comments
 (0)