]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Refactor error-line output int a function
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:28 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit5f2a6086bd032c15ce9933529963ee7d8c634750
tree36c88b6cf14ad17c1d0ad89ee41f3158260b31b7
parent60a111343a5b9afdac65e879df2e4f36d332991b
buildman: Refactor error-line output int a function

Reduce the amount of repeated code by creating an _OutputErrLines()
function to hold this code.

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