commit | 77ec8bcf97398982d88a8269e4fbd00bb32d69bd | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Feb 02 10:24:53 2016 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 24 20:06:19 2016 -0800 |
tree | 1aca664ff5052cf15323a3d9417141a5a6ec6905 | |
parent | f03811c411e78d1e807b806058c7e44ea65a0a0d [diff] |
patman: fix series-notes handling for buildman A patman series with a 'Series-notes' section causes buildman to crash with: self.series.notes += self.section TypeError: cannot concatenate 'str' and 'list' objects Fix by initializing series.notes as a one-element array rather than a scalar. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>