From bdf6d97478e4b4d2f19ae1403d3505d4f5885023 Mon Sep 17 00:00:00 2001 From: liuzheng712 Date: Fri, 4 Mar 2016 23:50:19 +0800 Subject: [PATCH] test --- connect.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/connect.py b/connect.py index 603f57f60..ae6b7c212 100755 --- a/connect.py +++ b/connect.py @@ -384,6 +384,9 @@ class SshTty(Tty): if self.channel in r: try: x = self.channel.recv(10240) + print x + print '====' + print len(x) if len(x) == 0: break if self.vim_flag: