From 2355e283837e9451baf1b1e779be652e2a79783a Mon Sep 17 00:00:00 2001 From: bsaakash <11618528+bsaakash@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:13:16 -0700 Subject: [PATCH] abs - spelling fix --- modules/Workflow/whale/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Workflow/whale/main.py b/modules/Workflow/whale/main.py index 973e211da..71bad4c89 100644 --- a/modules/Workflow/whale/main.py +++ b/modules/Workflow/whale/main.py @@ -396,7 +396,7 @@ def run_command(command): sys.exit(-20) except: - # if for whatever reason the above failes, move on + # if for whatever reason the above fails, move on return str(result), 0 return result, returncode