On 9/2/23 16:40, John Snow wrote:
Pylint 2.16 adds a few new checks that cause the optional check-tox CI
job to fail.

1. The superfluous-parens check seems to be a bit more aggressive,
2. broad-exception-raised is new; it discourages "raise Exception".

Fix these minor issues and turn the lights green.

Signed-off-by: John Snow <js...@redhat.com>
---
  python/qemu/qmp/protocol.py                            | 2 +-
  python/qemu/qmp/qmp_client.py                          | 2 +-
  python/qemu/utils/qemu_ga_client.py                    | 6 +++---
  tests/qemu-iotests/iotests.py                          | 4 ++--
  tests/qemu-iotests/tests/migrate-bitmaps-postcopy-test | 2 +-
  5 files changed, 8 insertions(+), 8 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to