Loading cloudcontrol/node/host/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class RemoteShell(object): except OSError: logger.exception('Error while executing remote shell') # close opened fds self.close_cb() self.close() raise self.child_watcher = conn.loop.child(self.process.pid, False, self.child_cb) Loading Loading
cloudcontrol/node/host/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class RemoteShell(object): except OSError: logger.exception('Error while executing remote shell') # close opened fds self.close_cb() self.close() raise self.child_watcher = conn.loop.child(self.process.pid, False, self.child_cb) Loading