On 23 February 2016 at 22:12, Simon Glass <[email protected]> wrote: > On 2 February 2016 at 02:24, Albert ARIBAUD <[email protected]> wrote: >> 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 <[email protected]> >> --- >> >> Changes in v2: >> - fix typo in commit message ("rathen" -> "rather") >> - actually limit array initialization to series.notes >> >> tools/patman/series.py | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) > > Acked-by: Simon Glass <[email protected]> > Tested-by: Simon Glass <[email protected]> > > Thanks.
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

