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 valueSigned-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> --- tests/qemu-iotests/222 | 20 +++++++++++--------- tests/qemu-iotests/297 | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-)
Reviewed-by: Max Reitz <[email protected]>
