Author: Lars Wassermann <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit