Re: [PATCH v5 13/16] buildman: Ensure config_fname is inited

2022-11-22 Thread Simon Glass
Init this variable at the top level since it is a global. Signed-off-by: Simon Glass --- Changes in v5: - Add new patch to ensure config_fname is inited tools/buildman/bsettings.py | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm, thanks!

[PATCH v5 13/16] buildman: Ensure config_fname is inited

2022-11-09 Thread Simon Glass
Init this variable at the top level since it is a global. Signed-off-by: Simon Glass --- Changes in v5: - Add new patch to ensure config_fname is inited tools/buildman/bsettings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py