commit | de0fefc6497bce862180e47cd41529519bc2db94 | [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 | 564ddac8b4b50e7e25645d4fc00e31580a3d136e [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>