On Mon, May 17, 2021 at 02:48:04PM -0400, John Snow wrote: > One less file resource to manage, and it helps quiet some pylint >= > 2.8.0 warnings about not using a with-context manager for the open call. > > Signed-off-by: John Snow > Reviewed-by: Philippe Mathieu-Daudé > --- > python/qemu/machine.py | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > Reviewed-by: Cleber Rosa