minios: Resolve python style guide violation
BUG=None
TEST=./run_tests scripts/build_minios_unittest.py
Change-Id: I758bbed04e6b71bd1649f66b144965bcc1c98a14
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/3469720
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: Henry Barnor <hbarnor@chromium.org>
Commit-Queue: Henry Barnor <hbarnor@chromium.org>
diff --git a/scripts/build_minios.py b/scripts/build_minios.py
index 6b87842..6c68b69 100644
--- a/scripts/build_minios.py
+++ b/scripts/build_minios.py
@@ -27,13 +27,13 @@
help='The path to keyset.',
default=constants.VBOOT_DEVKEYS_DIR)
parser.add_argument('--public-key',
- help='Filename to the public key whose private part '\
+ help='Filename to the public key whose private part '
'signed the keyblock.',
- default=constants.RECOVERY_PUBLIC_KEY )
+ default=constants.RECOVERY_PUBLIC_KEY)
parser.add_argument('--private-key',
- help='Filename to the private key whose public part is '\
+ help='Filename to the private key whose public part is '
'baked into the keyblock.',
- default=constants.MINIOS_DATA_PRIVATE_KEY )
+ default=constants.MINIOS_DATA_PRIVATE_KEY)
parser.add_argument('--keyblock',
help='Filename to the kernel keyblock.',
default=constants.MINIOS_KEYBLOCK)