summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/SSHTunnelBoxClass.py
diff options
context:
space:
mode:
authorgsmselftest2011-11-02 16:27:02 +0100
committergsmselftest2011-11-02 16:27:02 +0100
commitff7af9232a102ac4b9071dbbc1fddea9d9cdbcb8 (patch)
tree3036f69fe6728e86db0aeeb4ad034d5d38fd74b2 /For Weekly Test/tricode/SSHTunnelBoxClass.py
parentBackup of server handlers with the new self-rebooting code (diff)
downloadgsm-selftest-ff7af9232a102ac4b9071dbbc1fddea9d9cdbcb8.tar.gz
gsm-selftest-ff7af9232a102ac4b9071dbbc1fddea9d9cdbcb8.tar.xz
gsm-selftest-ff7af9232a102ac4b9071dbbc1fddea9d9cdbcb8.zip
fix the bug
Diffstat (limited to 'For Weekly Test/tricode/SSHTunnelBoxClass.py')
-rwxr-xr-xFor Weekly Test/tricode/SSHTunnelBoxClass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/tricode/SSHTunnelBoxClass.py b/For Weekly Test/tricode/SSHTunnelBoxClass.py
index 0447365..49f6251 100755
--- a/For Weekly Test/tricode/SSHTunnelBoxClass.py
+++ b/For Weekly Test/tricode/SSHTunnelBoxClass.py
@@ -28,7 +28,7 @@ class SSHTunneling:
self.__tunnelStarted = 1
return 1
except Exception, e:
- print str(e)
+ error = str(e)
return 0
def killTunneling(self):
@@ -39,7 +39,7 @@ class SSHTunneling:
return 1
except Exception, e:
- print str(e)
+ error = str(e)
return 0