[py-svn] r32214 - py/dist/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Tue Sep 12 13:52:49 CEST 2006


Author: fijal
Date: Tue Sep 12 13:52:47 2006
New Revision: 32214

Modified:
   py/dist/py/test/rsession/web.py
Log:
Typo


Modified: py/dist/py/test/rsession/web.py
==============================================================================
--- py/dist/py/test/rsession/web.py	(original)
+++ py/dist/py/test/rsession/web.py	Tue Sep 12 13:52:47 2006
@@ -63,7 +63,7 @@
         current = item
         while current:
             if isinstance(current, collect.Module):
-                return current
+                break
             current = current.parent
         
         if current is not None:



More information about the pytest-commit mailing list