Re: [PATCH v4 01/12] qcow2.py: python style fixes

2020-06-06 Thread Vladimir Sementsov-Ogievskiy
05.06.2020 22:43, Eric Blake wrote: On 6/4/20 12:41 PM, Vladimir Sementsov-Ogievskiy wrote: Fix flake8 complains. Leave the only chunk of lines over 79 characters: complaints initialization of cmds variable. Leave it for another day, when it should be refactored to utilize argparse instead o

Re: [PATCH v4 01/12] qcow2.py: python style fixes

2020-06-05 Thread Eric Blake
On 6/4/20 12:41 PM, Vladimir Sementsov-Ogievskiy wrote: Fix flake8 complains. Leave the only chunk of lines over 79 characters: complaints initialization of cmds variable. Leave it for another day, when it should be refactored to utilize argparse instead of hand-written parsing. Signed-off-b

Re: [PATCH v4 01/12] qcow2.py: python style fixes

2020-06-05 Thread Andrey Shinkevich
; Andrey Shinkevich Subject: [PATCH v4 01/12] qcow2.py: python style fixes Fix flake8 complains. 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

[PATCH v4 01/12] qcow2.py: python style fixes

2020-06-04 Thread Vladimir Sementsov-Ogievskiy
Fix flake8 complains. 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 | 92 ++