Re: [libvirt PATCH 02/11] scripts: group-qemu-caps: store paths in helper variables

2021-08-25 Thread Michal Prívozník
On 8/25/21 2:19 PM, Pavel Hrdina wrote: > On Tue, Aug 24, 2021 at 04:25:05PM +0200, Ján Tomko wrote: >> Avoid repetition and specifying the path to the header file twice. >> >> Signed-off-by: Ján Tomko >> --- >> scripts/group-qemu-caps.py | 9 ++--- >> 1 file changed, 6 insertions(+), 3 delet

Re: [libvirt PATCH 02/11] scripts: group-qemu-caps: store paths in helper variables

2021-08-25 Thread Pavel Hrdina
On Tue, Aug 24, 2021 at 04:25:05PM +0200, Ján Tomko wrote: > Avoid repetition and specifying the path to the header file twice. > > Signed-off-by: Ján Tomko > --- > scripts/group-qemu-caps.py | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/scripts/group-qemu-ca

[libvirt PATCH 02/11] scripts: group-qemu-caps: store paths in helper variables

2021-08-24 Thread Ján Tomko
Avoid repetition and specifying the path to the header file twice. Signed-off-by: Ján Tomko --- scripts/group-qemu-caps.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/group-qemu-caps.py b/scripts/group-qemu-caps.py index ec10f24384..bd22dd992a 100755 ---