Re: [PATCH v2 6/6] python/machine: disable warning for Popen in _launch()

2021-05-17 Thread Cleber Rosa
On Mon, May 17, 2021 at 02:48:08PM -0400, John Snow wrote: > We handle this resource rather meticulously in > shutdown/kill/wait/__exit__ et al, through the laborious mechanisms in > _do_shutdown(). > > Quiet this pylint warning here. > > Signed-off-by: John Snow > --- > python/qemu/machine.py

[PATCH v2 6/6] python/machine: disable warning for Popen in _launch()

2021-05-17 Thread John Snow
We handle this resource rather meticulously in shutdown/kill/wait/__exit__ et al, through the laborious mechanisms in _do_shutdown(). Quiet this pylint warning here. Signed-off-by: John Snow --- python/qemu/machine.py | 3 +++ 1 file changed, 3 insertions(+) diff --git