mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 10:38:37 +00:00
fw/entrypoint: fix typos
This commit is contained in:
parent
dd9a72f043
commit
8d330924dc
@ -80,8 +80,8 @@ def main():
|
|||||||
|
|
||||||
# load_commands will trigger plugin enumeration, and we want logging
|
# load_commands will trigger plugin enumeration, and we want logging
|
||||||
# to be enabled for that, which requires the verbosity setting; however
|
# to be enabled for that, which requires the verbosity setting; however
|
||||||
# full argument parse cannot be complted until the commands are loaded; so
|
# full argument parsing cannot be completed until the commands are loaded; so
|
||||||
# parse just the base args for know so we can get verbosity.
|
# parse just the base args for now so we can get verbosity.
|
||||||
argv = split_joined_options(sys.argv[1:])
|
argv = split_joined_options(sys.argv[1:])
|
||||||
|
|
||||||
# 'Parse_known_args' automatically displays the default help and exits
|
# 'Parse_known_args' automatically displays the default help and exits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user