aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmanuele Giuseppe Esposito <eesposit@redhat.com>2021-05-10 21:04:49 +0200
committerMax Reitz <mreitz@redhat.com>2021-05-14 16:14:10 +0200
commitac4e14f5dc93d6b4bc5d4849bb61810023330380 (patch)
tree907008ea2c221072539674581b492c74a0c89266 /include
parentbcc8584c832f7a52fd8c64483dd452c1baf01db7 (diff)
downloadqemu-ac4e14f5dc93d6b4bc5d4849bb61810023330380.zip
qemu-ac4e14f5dc93d6b4bc5d4849bb61810023330380.tar.gz
qemu-ac4e14f5dc93d6b4bc5d4849bb61810023330380.tar.bz2
qemu-iotests: fix pylint 2.8 consider-using-with error
pylint 2.8 introduces consider-using-with error, suggesting to use the 'with' block statement when possible. Modify all subprocess.Popen call to use the 'with' statement, except the one in __init__ of QemuIoInteractive class, since it is assigned to a class field and used in other methods. Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com> Message-Id: <20210510190449.65948-1-eesposit@redhat.com> [mreitz: Disable bad-option-value warning in the iotests' pylintrc, so that disabling consider-using-with in QemuIoInteractive will not produce a warning in pre-2.8 pylint versions] Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions