From e9f5c8bb2728e578df70709b887c2ea15200edc7 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:51:13 -0400 Subject: [PATCH] Update main_distributed.py fix: correct typo in batch-launch help string Change "batch-lauch" to "batch-launch" in argparse help text --- app/main_distributed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main_distributed.py b/app/main_distributed.py index 11ac3a27..3af9aa94 100644 --- a/app/main_distributed.py +++ b/app/main_distributed.py @@ -29,7 +29,7 @@ default=None) parser.add_argument( '--batch-launch', action='store_true', - help='whether fname points to a file to batch-lauch several config files') + help='whether fname points to a file to batch-launch several config files') parser.add_argument( '--fname', type=str, help='yaml file containing config file names to launch',