Re: [PATCH v3 06/29] patman: Fix remaining pylint3 warnings in func_test

2020-11-03 Thread Simon Glass
This fixes all but the ones about too many variables/statements. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/func_test.py | 76 +-- 1 file changed, 58 insertions(+), 18 deletions(-) Applied to u-boot-dm, thanks!

[PATCH v3 06/29] patman: Fix remaining pylint3 warnings in func_test

2020-10-29 Thread Simon Glass
This fixes all but the ones about too many variables/statements. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/func_test.py | 76 +-- 1 file changed, 58 insertions(+), 18 deletions(-) diff --git a/tools/patman/func_test.py b/tools/patman