From 6b8262ad3f7fc929a6ae9af1467f3dc9e99e1bcc Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Wed, 31 Jan 2024 10:08:04 -0800 Subject: [PATCH] runner.aws_batch: Correct typo in comment --- nextstrain/cli/runner/aws_batch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextstrain/cli/runner/aws_batch/__init__.py b/nextstrain/cli/runner/aws_batch/__init__.py index 47188264..af424961 100644 --- a/nextstrain/cli/runner/aws_batch/__init__.py +++ b/nextstrain/cli/runner/aws_batch/__init__.py @@ -163,7 +163,7 @@ def register_arguments(parser) -> None: def run(opts, argv, working_volume = None, extra_env: Env = {}, cpus: int = None, memory: int = None) -> int: - # Unlike other runners, the AWS Bach runner currently *requires* a working + # Unlike other runners, the AWS Batch runner currently *requires* a working # dir in most usages. This is ok as we only provide the AWS Batch runner # for commands which also require a working dir (e.g. build), whereas other # runners also work with commands that don't.