|
Boost-Commit : |
From: ghost_at_[hidden]
Date: 2008-05-18 00:59:23
Author: vladimir_prus
Date: 2008-05-18 00:59:22 EDT (Sun, 18 May 2008)
New Revision: 45476
URL: http://svn.boost.org/trac/boost/changeset/45476
Log:
Mention the "--stacktrace" option in error messages.
Text files modified:
branches/build/python_port/python/boost/build/build/errors.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: branches/build/python_port/python/boost/build/build/errors.py
==============================================================================
--- branches/build/python_port/python/boost/build/build/errors.py (original)
+++ branches/build/python_port/python/boost/build/build/errors.py 2008-05-18 00:59:22 EDT (Sun, 18 May 2008)
@@ -65,11 +65,11 @@
for c in self.context_[::-1]:
c.report()
print
-
if "--stacktrace" in bjam.variable("ARGV"):
traceback.print_tb(self.original_tb_)
- #traceback.print_exc()
- print "Stacktrace requested"
+ else:
+ print " use the '--stacktrace' option to get Python stacktrace"
+ print
def user_error_checkpoint(callable):
def wrapper(self, *args):
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk