Re: [libvirt PATCH 1/9] cpu-cpuid: Use argparse to parse arguments

2021-01-07 Thread Jiri Denemark
On Mon, Jan 04, 2021 at 12:30:11 +0100, Tim Wiederhake wrote: > Using 'argparse' for argument handling simplifies merging this script > with cpu-gather.py in a later patch. > > Signed-off-by: Tim Wiederhake > --- > tests/cputestdata/cpu-cpuid.py | 78 +++--- > 1 file

[libvirt PATCH 1/9] cpu-cpuid: Use argparse to parse arguments

2021-01-04 Thread Tim Wiederhake
Using 'argparse' for argument handling simplifies merging this script with cpu-gather.py in a later patch. Signed-off-by: Tim Wiederhake --- tests/cputestdata/cpu-cpuid.py | 78 +++--- 1 file changed, 43 insertions(+), 35 deletions(-) diff --git