commit | d3d3a10e673b391b34b4f520a2c75d93d5f16e74 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 19 08:11:16 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 21 08:24:37 2025 -0600 |
tree | 34b3fc890f0f8574804c08edb3016e7f614b00cb | |
parent | 36d6d151212081c5527e8ddaf40b60684a0d74c8 [diff] |
tools: Fix pylint 3.3.4 errors This newer pylint produces errors about variables possibly being used before being set. Adjust the code to pass these checks. Signed-off-by: Simon Glass <sjg@chromium.org> Reported-by: Tom Rini <trini@konsulko.com>