process: respawn(): return process result

Change-Id: Ic6b57b8d0c2993a40ba39b87f45c7a524a8ca440
This commit is contained in:
Pau Espin 2019-09-10 13:44:20 +02:00
parent b3572001ea
commit 922ce5ad31
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Process(log.Origin):
assert not self.is_running()
self.result = None
self.killed = None
self.launch()
return self.launch()
def _poll_termination(self, time_to_wait_for_term=5):
wait_step = 0.001