Re: [PATCH 1/2] iotests: Fix unspecified-encoding pylint warnings

2021-09-14 Thread John Snow
On Tue, Aug 24, 2021 at 11:47 AM Philippe Mathieu-Daudé wrote: > On 8/24/21 5:35 PM, Hanna Reitz wrote: > > As of recently, pylint complains when `open()` calls are missing an > > `encoding=` specified. Everything we have should be UTF-8 (and in fact, > > everything should be UTF-8, period (exce

Re: [PATCH 1/2] iotests: Fix unspecified-encoding pylint warnings

2021-08-24 Thread Philippe Mathieu-Daudé
On 8/24/21 5:35 PM, Hanna Reitz wrote: > As of recently, pylint complains when `open()` calls are missing an > `encoding=` specified. Everything we have should be UTF-8 (and in fact, > everything should be UTF-8, period (exceptions apply)), so use that. > > Signed-off-by: Hanna Reitz > --- > te

[PATCH 1/2] iotests: Fix unspecified-encoding pylint warnings

2021-08-24 Thread Hanna Reitz
As of recently, pylint complains when `open()` calls are missing an `encoding=` specified. Everything we have should be UTF-8 (and in fact, everything should be UTF-8, period (exceptions apply)), so use that. Signed-off-by: Hanna Reitz --- tests/qemu-iotests/297| 2 +- tests/qemu-iotest