commit | 35d696dbe507aeafca87843f0cecfc77efa7aba7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:36 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | d21f3e008561d3393c1676cdbb925bc96e917ffc | |
parent | 5627bd9d96bea76a51474286eb97b4bb47914c83 [diff] |
buildman: Use an object to hold error lines At present the string for each error line is created in _CalcErrorDelta() and used to create the summary output. This is inflexible since all the information (error/warning character, error line, list of boards with that error line) is munged together in a string. Create an object to hold this information and only convert it to a string when printing the actual output. Signed-off-by: Simon Glass <sjg@chromium.org>