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)
commitb206d87d52245f506e04a2140c3871c5c439cb76
tree36c88b6cf14ad17c1d0ad89ee41f3158260b31b7
parenta06375805917a5b48c46724ceef4a1cd04935992
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