]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Use get_alow_missing() directly to avoid var
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:59 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commitaa65029d5eb0d48e362595001029c8fdcfb915a2
tree731c87ba51351b2a62cfd0364d4eebbfc16c96ac
parenta9f6dd334181ba29f58e0589acdf9a373a632e30
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>
tools/buildman/control.py