mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-19 18:34:28 +00:00
test
This commit is contained in:
@@ -384,6 +384,9 @@ class SshTty(Tty):
|
|||||||
if self.channel in r:
|
if self.channel in r:
|
||||||
try:
|
try:
|
||||||
x = self.channel.recv(10240)
|
x = self.channel.recv(10240)
|
||||||
|
print x
|
||||||
|
print '===='
|
||||||
|
print len(x)
|
||||||
if len(x) == 0:
|
if len(x) == 0:
|
||||||
break
|
break
|
||||||
if self.vim_flag:
|
if self.vim_flag:
|
||||||
|
Reference in New Issue
Block a user