Eduardo Habkost <ehabk...@redhat.com> writes: > Keep the Popen object around to we can query its exit code later. > > To keep the existing 'self._popen is None' checks working, add a > is_running() method, that will check if the process is still running. > > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
Reviewed-by: Markus Armbruster <arm...@redhat.com>