buildman: Moving running of the builder into a function
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:54 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:11 +0000 (09:34 -0600)
commit68f917c0b146d24a9eba6f4a72cf4ee3c1bb86ef
tree716644a2ee5dc56ea70334134a87bbe537c4a41f
parent4ec76822747a5cdd82fff9a2accfb2beb7be6328
buildman: Moving running of the builder into a function

Move this code into a new function. This removes the pylint warning about
too many branches.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py