Re: [PATCH v1] fix patman --limit-cc option

2021-02-06 Thread Simon Glass
Hi Bernhard, On Fri, 29 Jan 2021 at 07:10, Bernhard Kirchen wrote: > > 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: Be

Re: [PATCH v1] fix patman --limit-cc option

2021-02-01 Thread Simon Glass
Hi Bernhard, On Fri, 29 Jan 2021 at 07:10, Bernhard Kirchen wrote: > > 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: Be