[pypy-svn] r48000 - pypy/dist/pypy/lang/smalltalk/tool

arigo at codespeak.net arigo at codespeak.net
Thu Oct 25 23:17:53 CEST 2007


Author: arigo
Date: Thu Oct 25 23:17:53 2007
New Revision: 48000

Modified:
   pypy/dist/pypy/lang/smalltalk/tool/analyseimage.py
Log:
Yikes!


Modified: pypy/dist/pypy/lang/smalltalk/tool/analyseimage.py
==============================================================================
--- pypy/dist/pypy/lang/smalltalk/tool/analyseimage.py	(original)
+++ pypy/dist/pypy/lang/smalltalk/tool/analyseimage.py	Thu Oct 25 23:17:53 2007
@@ -69,7 +69,7 @@
             if hasattr(interp.w_active_context,"currentBytecode"):
                 cb = interp.w_active_context.currentBytecode
                 print "Failing bytecode: %s %d" % (BYTECODE_TABLE[cb].__name__,cb)
-                raise
+            raise
 
 
 



More information about the Pypy-commit mailing list