On 7/10/20 7:22 AM, John Snow wrote: > As always, Optional[T] causes problems with unchecked access. Add a > helper that asserts the pipe is present before we attempt to talk with > it. > > Signed-off-by: John Snow <js...@redhat.com> > --- > python/qemu/machine.py | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>