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 <[email protected]> --- (no changes since v1) tools/buildman/control.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Applied to u-boot-dm, thanks!

