Re: [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-07 Thread Kevin Wolf
Am 07.10.2021 um 12:34 hat Emanuele Giuseppe Esposito geschrieben: > > > > The error is "C0330: Wrong hanging indentation" > > > so it is not about dicts. I guess we can disable the error, but the > > > problem > > > is that we will disable it for the whole file, which doesn't seem right. > > >

Re: [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-07 Thread Emanuele Giuseppe Esposito
The error is "C0330: Wrong hanging indentation" so it is not about dicts. I guess we can disable the error, but the problem is that we will disable it for the whole file, which doesn't seem right. Actually, I would disable it globally in pylintrc because building dictionaries for JSON is some

Re: [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-07 Thread Kevin Wolf
Am 07.10.2021 um 09:51 hat Emanuele Giuseppe Esposito geschrieben: > > > On 06/10/2021 18:46, Kevin Wolf wrote: > > Am 06.10.2021 um 15:00 hat Emanuele Giuseppe Esposito geschrieben: > > > Test 297 in qemu-iotests folder currently fails: pylint has > > > learned new things to check, or we simply

Re: [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-07 Thread Emanuele Giuseppe Esposito
On 06/10/2021 18:46, Kevin Wolf wrote: Am 06.10.2021 um 15:00 hat Emanuele Giuseppe Esposito geschrieben: Test 297 in qemu-iotests folder currently fails: pylint has learned new things to check, or we simply missed them. All fixes in this patch are related to additional spaces used or wrong

Re: [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-06 Thread Kevin Wolf
Am 06.10.2021 um 15:00 hat Emanuele Giuseppe Esposito geschrieben: > Test 297 in qemu-iotests folder currently fails: pylint has > learned new things to check, or we simply missed them. > > All fixes in this patch are related to additional spaces used > or wrong indentation. > > No functional cha

[PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297

2021-10-06 Thread Emanuele Giuseppe Esposito
Test 297 in qemu-iotests folder currently fails: pylint has learned new things to check, or we simply missed them. All fixes in this patch are related to additional spaces used or wrong indentation. No functional change intended. Signed-off-by: Emanuele Giuseppe Esposito --- tests/qemu-iotests