fix patman --limit-cc option
authorBernhard Kirchen <bernhard.kirchen@mbconnectline.com>
Fri, 29 Jan 2021 14:10:08 +0000 (15:10 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Mar 2021 02:17:25 +0000 (19:17 -0700)
commit67637d4b5ab70896c8a881022126f7c61f90a0f1
tree4b6cf2f2027636d29deec0194242d371b8691d00
parent939b04e9cf57a838be7e590340a4e84610e76433
fix patman --limit-cc option

patman's --limit-cc option parses its argument to an integer and uses
that to trim the list of CC recipients to a particular maximum. but that
only works if the cc variable is a list, which it is not.

Signed-off-by: Bernhard Kirchen <bernhard.kirchen@mbconnectline.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py