Re: [PATCH v2 4/6] python/console_socket: Add a pylint ignore

2021-05-17 Thread Cleber Rosa
On Mon, May 17, 2021 at 02:48:06PM -0400, John Snow wrote: > We manage cleaning up this resource ourselves. Pylint should shush. > > Signed-off-by: John Snow > --- > python/qemu/console_socket.py | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Cleber Rosa signature.asc Description:

[PATCH v2 4/6] python/console_socket: Add a pylint ignore

2021-05-17 Thread John Snow
We manage cleaning up this resource ourselves. Pylint should shush. Signed-off-by: John Snow --- python/qemu/console_socket.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/qemu/console_socket.py b/python/qemu/console_socket.py index 87237bebef7..8c4ff598ad7 100644 ---