commit | b53fa0689d7faa8019f0a51f0b2ba80ddfdfe6dc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 19 17:48:59 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 24 09:34:11 2023 -0600 |
tree | 731c87ba51351b2a62cfd0364d4eebbfc16c96ac | |
parent | f7524f3ded948231972090e294cf7bd457442690 [diff] |
buildman: Use get_alow_missing() directly to avoid var Avoid an unnecessary local variable by moving this code to a function. This fixes the pylint warning about too many local variables. Signed-off-by: Simon Glass <sjg@chromium.org>