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)
commitf6df5edc8d00666621e5330019ef2607684e9d2e
tree731c87ba51351b2a62cfd0364d4eebbfc16c96ac
parent75584e1fa7f545c88a67b512e85c3ad59cd921d1
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