
6 Feb
2016
6 Feb
'16
9:44 p.m.
On 6 February 2016 at 13:30, Simon Glass sjg@chromium.org wrote:
On 5 February 2016 at 18:04, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
A regex match object's .end() value is already the index after the match, not the index of the last character in the match, so there's no need to add 1 to point past the match.
Signed-off-by: Stephen Warren swarren@nvidia.com
v2: New patch.
test/py/u_boot_spawn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org Tested on sandbox: Tested-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!