[py-svn] r38096 - py/trunk/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Wed Feb 7 19:40:20 CET 2007


Author: fijal
Date: Wed Feb  7 19:40:16 2007
New Revision: 38096

Modified:
   py/trunk/py/test/rsession/master.py
Log:
typo


Modified: py/trunk/py/test/rsession/master.py
==============================================================================
--- py/trunk/py/test/rsession/master.py	(original)
+++ py/trunk/py/test/rsession/master.py	Wed Feb  7 19:40:16 2007
@@ -34,7 +34,7 @@
                 self.reporter(repevent.SendItem(self.channel, item))
         except IOError:
             print "Sending error, channel IOError"
-            print channel._getremoterror()
+            print self.channel._getremoterror()
             # XXX: this should go as soon as we'll have proper detection
             #      of hanging nodes and such
             raise



More information about the pytest-commit mailing list