Skip to content

Commit 3f7970b

Browse files
authored
Fix typo in comment about command generation
Corrected a typo in the comment regarding command generation.
1 parent 9018ea8 commit 3f7970b

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
@@ -656,7 +656,7 @@ async def check_active_jobs(
656656
# decide which status command to use
657657
status_command = self.get_status_command()
658658
# Getting the actual command with parameters.
659-
# Here, the commad will be a list generated with
659+
# Here, the command will be a list generated with
660660
# shlex.split().
661661
if status_command == "sacct":
662662
status_command = query_job_status_sacct(self.run_uuid)

0 commit comments

Comments
 (0)