Re: [PATCH 13/20] python/qemu/console_socket.py: fix typing of settimeout
Am 07.10.2020 um 01:58 hat John Snow geschrieben: > The types and names of the parameters must match the socket.socket interface. > > Signed-off-by: John Snow Reviewed-by: Kevin Wolf
[PATCH 13/20] python/qemu/console_socket.py: fix typing of settimeout
The types and names of the parameters must match the socket.socket interface. Signed-off-by: John Snow --- python/qemu/console_socket.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/python/qemu/console_socket.py b/python/qemu/console_socket.py index cb3400a0385.