mbox series

[0/2] pylint: fix new errors and warnings

Message ID 20211006130100.389521-1-eesposit@redhat.com (mailing list archive)
Headers show
Series pylint: fix new errors and warnings | expand

Message

Emanuele Giuseppe Esposito Oct. 6, 2021, 1 p.m. UTC
There are some warnings and errors that we either miss or
are new in pylint. Anyways, test 297 of qemu-iotests fails
because of that, so we need to fix it.

All these fixes involve just indentation or additional spaces
added.

Emanuele Giuseppe Esposito (2):
  pylint: fix errors and warnings from qemu-tests test 297
  qemu-iotests: fix image-fleecing pylint errors

 tests/qemu-iotests/129                  |  9 ++---
 tests/qemu-iotests/310                  | 16 ++++-----
 tests/qemu-iotests/check                | 11 +++---
 tests/qemu-iotests/iotests.py           |  7 ++--
 tests/qemu-iotests/tests/image-fleecing | 47 +++++++++++++++----------
 5 files changed, 51 insertions(+), 39 deletions(-)