[PATCH 01/24] qconfig: Fix pylint error in read_database()

Simon Glass sjg at chromium.org
Fri Jul 26 14:59:18 CEST 2024


Fix this error by initing the variable before the loop:

tools/qconfig.py:880:22: E0606: Possibly using variable 'defconfig'
   before assignment (possibly-used-before-assignment)

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/qconfig.py | 1 +
 1 file changed, 1 insertion(+)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list