1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

fw/entrypoint: fix typos

This commit is contained in:
sergei Trofimov 2018-04-30 11:30:40 +01:00 committed by Marc Bonnici
parent dd9a72f043
commit 8d330924dc

View File

@ -80,8 +80,8 @@ def main():
# load_commands will trigger plugin enumeration, and we want logging
# to be enabled for that, which requires the verbosity setting; however
# full argument parse cannot be complted until the commands are loaded; so
# parse just the base args for know so we can get verbosity.
# full argument parsing cannot be completed until the commands are loaded; so
# parse just the base args for now so we can get verbosity.
argv = split_joined_options(sys.argv[1:])
# 'Parse_known_args' automatically displays the default help and exits