Re: [PATCH 4/7] dtoc: Move main program into its own function

2022-08-07 Thread Simon Glass
Use a function for the main program so everything there doesn't look like a global variable to pylint. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 44 +++--- 1 file changed, 24 insertions(+), 20 deletions(-) Applied to u-boot-dm, thanks!

[PATCH 4/7] dtoc: Move main program into its own function

2022-07-30 Thread Simon Glass
Use a function for the main program so everything there doesn't look like a global variable to pylint. Signed-off-by: Simon Glass --- tools/dtoc/test_fdt.py | 44 +++--- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/tools/dtoc/test_fdt.py b/