Exemplo n.º 1
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._proc.wait())
     CommandTask._on_finished(self)
Exemplo n.º 2
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._ssh_session.recv_exit_status())
     CommandTask._on_finished(self)
Exemplo n.º 3
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._ssh_session.recv_exit_status())
     CommandTask._on_finished(self)
Exemplo n.º 4
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._proc.wait())
     CommandTask._on_finished(self)