qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 3/6] python/machine: use subprocess.run instead of subproc


From: Cleber Rosa
Subject: Re: [PATCH v2 3/6] python/machine: use subprocess.run instead of subprocess.Popen
Date: Mon, 17 May 2021 23:48:15 -0400

On Mon, May 17, 2021 at 02:48:05PM -0400, John Snow wrote:
> 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>
> ---
>  python/qemu/machine.py | 15 +++++++++------
>  1 file changed, 9 insertions(+), 6 deletions(-)
>

Reviewed-by: Cleber Rosa <crosa@redhat.com>

qemu-iotests 045 and 147 are happy, so:

Tested-by: Cleber Rosa <crosa@redhat.com>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]