Skip to content
Snippets Groups Projects
Commit 070b781b authored by Albert ARIBAUD's avatar Albert ARIBAUD Committed by Simon Glass
Browse files

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: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
parent 5f3f7b79
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment