Re: [PATCH 2/2] u_boot_pylib: Clean up pylint warnings in gitutil.py

2025-02-17 Thread Tom Rini
On Sun, Feb 09, 2025 at 02:26:01PM -0700, Simon Glass wrote: > Reduce the number of warnings in this file. > > Signed-off-by: Simon Glass > --- > > tools/buildman/func_test.py | 4 +- > tools/u_boot_pylib/gitutil.py | 240 ++ > 2 files changed, 128 insertion

[PATCH 2/2] u_boot_pylib: Clean up pylint warnings in gitutil.py

2025-02-09 Thread Simon Glass
Reduce the number of warnings in this file. Signed-off-by: Simon Glass --- tools/buildman/func_test.py | 4 +- tools/u_boot_pylib/gitutil.py | 240 ++ 2 files changed, 128 insertions(+), 116 deletions(-) diff --git a/tools/buildman/func_test.py b/tools/build