Example #1
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._proc.wait())
     CommandTask._on_finished(self)
Example #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)
Example #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)
Example #4
0
 def _on_finished(self):
     if not self.timed_out():
         self._set_exit_code(self._proc.wait())
     CommandTask._on_finished(self)