[PATCH 2/6] moveconfig: Convert to ArgumentParser
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Dec 18 23:32:06 CET 2021
On 12/18/21 22:54, Simon Glass wrote:
> This is a newer library and is now preferred for Python scripts. Update
> the code to use it instead of optparse
>
> Use 'args' instead of 'options' throughout, since this is the term used
> in that module. Also it helps to avoid confusion with CONFIG options, a
> term that is used in this file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
The patch is not applicable to origin/master:
$ git am 02.patch
Applying: moveconfig: Convert to ArgumentParser
error: patch failed: tools/moveconfig.py:1648
error: tools/moveconfig.py: patch does not apply
Patch failed at 0001 moveconfig: Convert to ArgumentParser
Best regards
Heinrich
More information about the U-Boot
mailing list