On 5/12/21 11:46 PM, John Snow wrote:
> More pylint 2.8.x warning hushing: use open's context manager where it's
> applicable to do so to avoid a warning.
>
> Signed-off-by: John Snow
> ---
> tests/qemu-iotests/iotests.py | 13 ++---
> 1 file changed, 6 insertions(+), 7 deletions(-)
Rev
More pylint 2.8.x warning hushing: use open's context manager where it's
applicable to do so to avoid a warning.
Signed-off-by: John Snow
---
tests/qemu-iotests/iotests.py | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu