Loading cccli/commands/console.py +5 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ class Command_shell(TqlCommand): signal.signal(signal.SIGWINCH, signal.SIG_DFL) # close tunnel if sjrpc doesn't do it tun.shutdown() # print prompt at beginning of a new line self.printer.out() def remote_functions(self): return set(("shell",)) Loading Loading @@ -137,7 +139,10 @@ class Command_console(TqlCommand): try: tun.wait_shutdown() finally: # close tunnel if sjrpc doesn't do it tun.shutdown() # print prompt at beginning of a new line self.printer.out() def remote_functions(self): return set(("console",)) Loading
cccli/commands/console.py +5 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ class Command_shell(TqlCommand): signal.signal(signal.SIGWINCH, signal.SIG_DFL) # close tunnel if sjrpc doesn't do it tun.shutdown() # print prompt at beginning of a new line self.printer.out() def remote_functions(self): return set(("shell",)) Loading Loading @@ -137,7 +139,10 @@ class Command_console(TqlCommand): try: tun.wait_shutdown() finally: # close tunnel if sjrpc doesn't do it tun.shutdown() # print prompt at beginning of a new line self.printer.out() def remote_functions(self): return set(("console",))