Re: [PATCH v4 01/24] python/console_socket: avoid one-letter variable

2021-02-11 Thread Cleber Rosa
On Thu, Feb 11, 2021 at 01:58:33PM -0500, John Snow wrote: > Fixes pylint warnings. > > Signed-off-by: John Snow > --- > python/qemu/console_socket.py | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Reviewed-by: Cleber Rosa signature.asc Description: PGP signature

[PATCH v4 01/24] python/console_socket: avoid one-letter variable

2021-02-11 Thread John Snow
Fixes pylint warnings. Signed-off-by: John Snow --- python/qemu/console_socket.py | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/qemu/console_socket.py b/python/qemu/console_socket.py index ac21130e446..87237bebef7 100644 --- a/python/qemu/console_socket.py