binman: Tidy up style in cmdline
authorSimon Glass <sjg@chromium.org>
Tue, 23 Nov 2021 18:03:41 +0000 (11:03 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Dec 2021 16:16:30 +0000 (09:16 -0700)
commit650e5de7d407a3a9d2a9cc693eb8b1290a768d65
treece32d70613ad3df760647b4eb1f73699c7f1e024
parent40b4d647c606b6df7394333c1a58c10996c96a78
binman: Tidy up style in cmdline

Update this file to improve the pylint score a little. The remaining item
is:

   Function name "ParseArgs" doesn't conform to snake_case naming style

which needs some binman-wide renaming.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/cmdline.py