]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit55d3370b8578316c3fa91e8c8ae843561533db79
tree4b6cf2f2027636d29deec0194242d371b8691d00
parentd083742bb373d73bbd217c4e742daa3f4862b56f
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