From f5a8b88816c9b7b631d6126d57b7f2903dd3010d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Tue, 11 Dec 2007 22:38:51 +0000 Subject: [PATCH] --- pyssh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.0