qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 26/33] iotests/222: fix pylint and mypy complains


From: Max Reitz
Subject: Re: [PATCH v2 26/33] iotests/222: fix pylint and mypy complains
Date: Tue, 1 Jun 2021 13:16:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 20.05.21 16:21, Vladimir Sementsov-Ogievskiy wrote:
Here:
  - long line
  - move to new interface of vm.qmp() (direct passing dict), to avoid
    mypy false-positive, as it thinks that unpacked dict is a positional
    argument.
  - extra parenthesis
  - handle event_wait possible None value

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
---
  tests/qemu-iotests/222 | 20 +++++++++++---------
  tests/qemu-iotests/297 |  2 +-
  2 files changed, 12 insertions(+), 10 deletions(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]