python/machine: use subprocess.run instead of subprocess.Popen
commit14b41797d5eb20fb9c6d0a1fe809e8422938f230
authorJohn Snow <jsnow@redhat.com>
Thu, 27 May 2021 21:16:47 +0000 (27 17:16 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 1 Jun 2021 20:21:21 +0000 (1 16:21 -0400)
treece1dbe2886bfe090cb89c65e4e4cc6c4649a9b04
parent07b71233a7ea77c0ec3687c3a3451865b3b899d3
python/machine: use subprocess.run instead of subprocess.Popen

use run() instead of Popen() -- to assert to pylint that we are not
forgetting to close a long-running program.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
Message-id: 20210527211715.394144-4-jsnow@redhat.com
Message-id: 20210517184808.3562549-4-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
python/qemu/machine.py