[libvirt] [PATCH] scripts: fix list indexing when printing mis-ordered symbols

2019-12-03 Thread Daniel P . Berrangé
The python array slice syntax expects the first and last indexes, not the first length and element count. Signed-off-by: Daniel P. Berrangé --- scripts/check-symsorting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-symsorting.py b/scripts/check-symsorti

Re: [libvirt] [PATCH] scripts: fix list indexing when printing mis-ordered symbols

2019-12-04 Thread Michal Privoznik
On 12/3/19 6:15 PM, Daniel P. Berrangé wrote: The python array slice syntax expects the first and last indexes, not the first length and element count. Signed-off-by: Daniel P. Berrangé --- scripts/check-symsorting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: M