Re: [U-Boot] [PATCH v2 5/5] tools: patman: Handle missing 'END' in non-last commit of a series

2016-07-03 Thread Simon Glass
On 28 June 2016 at 21:27, Simon Glass wrote: > On 26 June 2016 at 23:24, Bin Meng wrote: >> The following python error: >> >> Traceback (most recent call last): >> File "./tools/patman/patman", line 144, in >> series = patchstream.FixPatches(series,

Re: [U-Boot] [PATCH v2 5/5] tools: patman: Handle missing 'END' in non-last commit of a series

2016-06-28 Thread Simon Glass
On 26 June 2016 at 23:24, Bin Meng wrote: > The following python error: > > Traceback (most recent call last): > File "./tools/patman/patman", line 144, in > series = patchstream.FixPatches(series, args) > File "./tools/patman/patchstream.py", line 477, in FixPatches

[U-Boot] [PATCH v2 5/5] tools: patman: Handle missing 'END' in non-last commit of a series

2016-06-27 Thread Bin Meng
The following python error: Traceback (most recent call last): File "./tools/patman/patman", line 144, in series = patchstream.FixPatches(series, args) File "./tools/patman/patchstream.py", line 477, in FixPatches commit = series.commits[count] IndexError: list index out of range is