Author: Anton Gulenko <[email protected]>
Branch: storage-display-refactoring
Changeset: r928:6a516e497789
Date: 2014-07-21 18:05 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/6a516e497789/
Log: Trying to get AssertionErrors to print their message.
diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py
--- a/targetimageloadingsmalltalk.py
+++ b/targetimageloadingsmalltalk.py
@@ -69,7 +69,7 @@
except error.Exit, e:
print_error("Exited: %s" % e.msg)
return -1
- except Exception, e:
+ except BaseException, e:
print_error("Exception: %s" % str(e))
if not objectmodel.we_are_translated():
import traceback
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit