[py-svn] r31464 - py/branch/distributed/py/test/rsession

hpk at codespeak.net hpk at codespeak.net
Tue Aug 22 13:16:04 CEST 2006


Author: hpk
Date: Tue Aug 22 13:16:02 2006
New Revision: 31464

Modified:
   py/branch/distributed/py/test/rsession/executor.py
Log:
typo


Modified: py/branch/distributed/py/test/rsession/executor.py
==============================================================================
--- py/branch/distributed/py/test/rsession/executor.py	(original)
+++ py/branch/distributed/py/test/rsession/executor.py	Tue Aug 22 13:16:02 2006
@@ -28,7 +28,8 @@
         except Exception, e:
             excinfo = py.code.ExceptionInfo()
             code = py.code.Code(self.fun)
-            excinfo.traceback = excinfo.traceback.cut(path=code.path, firstlineno=code.firstlineno)
+            excinfo.traceback = excinfo.traceback.cut(
+                    path=code.path, firstlineno=code.firstlineno)
             return FailingOutcome(excinfo)
         else:
             return PassingOutcome()



More information about the pytest-commit mailing list