From: Stephen Soltesz Date: Tue, 11 Dec 2007 22:38:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: Monitor-1.0-0~23 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f5a8b88816c9b7b631d6126d57b7f2903dd3010d;p=monitor.git --- diff --git a/pyssh/__init__.py b/pyssh/__init__.py index 32a34e1..78bb951 100644 --- a/pyssh/__init__.py +++ b/pyssh/__init__.py @@ -165,7 +165,7 @@ class Ssh: if self.debuglevel: print ">> Running %s %s." % (self.sshpath, sshargs) # temporary workaround until I get pid's working under win32 - print sshargs + #print sshargs if os.name == 'posix': self.sshin, self.sshoutblocking, self.sshpid = \ sshpopen2(self.sshpath + ' ' + sshargs)