Re: [PATCH v5 01/13] qcow2.py: python style fixes

2020-06-08 Thread Eric Blake
On 6/6/20 3:17 AM, Vladimir Sementsov-Ogievskiy wrote: Fix flake8 complaints. Leave the only chunk of lines over 79 characters: Stale sentence since you fixed that; on my Fedora 32 machine, with flake8 3.7.7, this patch silences all warnings. initialization of cmds variable. Leave it for

[PATCH v5 01/13] qcow2.py: python style fixes

2020-06-06 Thread Vladimir Sementsov-Ogievskiy
Fix flake8 complaints. Leave the only chunk of lines over 79 characters: initialization of cmds variable. Leave it for another day, when it should be refactored to utilize argparse instead of hand-written parsing. Signed-off-by: Vladimir Sementsov-Ogievskiy --- tests/qemu-iotests/qcow2.py | 95