[pypy-commit] lang-smalltalk default: fix translation error

lwassermann noreply at buildbot.pypy.org
Wed Apr 17 18:27:52 CEST 2013


Author: Lars Wassermann <lars.wassermann at gmail.com>
Branch: 
Changeset: r294:f7ea8305ebe2
Date: 2013-04-17 18:17 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/f7ea8305ebe2/

Log:	fix translation error

diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -18,6 +18,7 @@
         w_result = e.object
     except error.Exit, e:
         print e.msg
+        w_result = None
     t2 = time.time()
     if w_result:
         if isinstance(w_result, model.W_BytesObject):


More information about the pypy-commit mailing list