python/machine: disable warning for Popen in _launch()
commita0eae17a59fcbcdc96af2ea2a6767d758ff4a916
authorJohn Snow <jsnow@redhat.com>
Thu, 27 May 2021 21:16:50 +0000 (27 17:16 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 1 Jun 2021 20:21:21 +0000 (1 16:21 -0400)
tree685f4db7a458c8d9390a0828268e54bd6468fea7
parent63c33f3c286efe4c6474b53ae97915c9d1a6923a
python/machine: disable warning for Popen in _launch()

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 <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-7-jsnow@redhat.com
Message-id: 20210517184808.3562549-7-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine.py