Re: [PATCH 3/5] patman: Correct easy pylint warnings in __main__

2023-11-15 Thread Simon Glass
Tidy up the code a little to reduce the number of pylint warnings. Signed-off-by: Simon Glass --- tools/patman/__main__.py | 32 1 file changed, 16 insertions(+), 16 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 3/5] patman: Correct easy pylint warnings in __main__

2023-11-04 Thread Simon Glass
Tidy up the code a little to reduce the number of pylint warnings. Signed-off-by: Simon Glass --- tools/patman/__main__.py | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tools/patman/__main__.py b/tools/patman/__main__.py index