Skip to content

Commit be171b5

Browse files
committed
fix: formatting
1 parent b22b076 commit be171b5

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
@@ -1164,7 +1164,7 @@ def get_partition_arg(self, job: JobExecutorInterface):
11641164
f"by {num_rules} rules). Falling back to default partition "
11651165
"selection. Consider using a non-numeric partition alias."
11661166
)
1167-
# if partition remains None it falls through to
1167+
# if partition remains None it falls through to
11681168
# auto/default selection
11691169
else:
11701170
# Not a group job (or partition is already a string): use as-is.

0 commit comments

Comments
 (0)