Loading cccli/commands/console.py +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class FakeTtySocket(object): data = os.read(0, size) if "\x1d" in data: # we need to raise a IOError to make sjrpc end the connection raise IOError() raise IOError("Connexion cancelled by user") return data def send(self, data): Loading Loading
cccli/commands/console.py +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ class FakeTtySocket(object): data = os.read(0, size) if "\x1d" in data: # we need to raise a IOError to make sjrpc end the connection raise IOError() raise IOError("Connexion cancelled by user") return data def send(self, data): Loading