[#1341] Fix emailed context

So it turns out that the error_message argument is only used by WebError for
displaying a message to the browser (irrelevant to reactors). The supplemental
information is obtained from a magic local variable traceback_supplement
which is mostly undocumented except in docstrings. For more info, within the
python shell type:

import weberror
help(weberror.collector.ExceptionCollector)

Rick Copeland Rick Copeland 2011-01-21

changed Allura/allura/command/reactor.py
Allura/allura/command/reactor.py Diff Switch to side-by-side view
Loading...