We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9018ea8 commit 3f7970bCopy full SHA for 3f7970b
snakemake_executor_plugin_slurm/__init__.py
@@ -656,7 +656,7 @@ async def check_active_jobs(
656
# decide which status command to use
657
status_command = self.get_status_command()
658
# Getting the actual command with parameters.
659
- # Here, the commad will be a list generated with
+ # Here, the command will be a list generated with
660
# shlex.split().
661
if status_command == "sacct":
662
status_command = query_job_status_sacct(self.run_uuid)
0 commit comments