Home
last modified time | relevance | path

Searched hist:"070 b781b2beb5298cd904fd514ba50e8530b0e2c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py070b781b2beb5298cd904fd514ba50e8530b0e2c Tue Feb 02 09:24:53 UTC 2016 Albert ARIBAUD <albert.u.boot@aribaud.net> 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>