commit | 61d555d8a741b7859c878fc34f9279413c4900c0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 17 16:56:49 2024 +0100 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 26 08:01:05 2024 -0600 |
tree | 45520b8c62ffbea5768bc8eed490baf203bd1ba4 | |
parent | f4e163ece454bcf949a9b2005de3b70392ca05d1 [diff] |
qconfig: Fix pylint error in read_database() 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@chromium.org>