Skip to content

Commit

Permalink
abs - spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaakash committed Oct 10, 2024
1 parent fb268f9 commit 2355e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Workflow/whale/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2355e28

Please sign in to comment.