Changeset 2694 for package_branches/invirt-web/cherrypy-rebased
- Timestamp:
- Dec 20, 2009, 9:45:56 PM (15 years ago)
- Location:
- package_branches/invirt-web/cherrypy-rebased/code
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy-rebased/code/main.py
r2693 r2694 77 77 d = dict(op = op, user=username, fields=cherrypy.request.prev.params, 78 78 errorMessage=str(err), stderr=emsg, traceback=traceback) 79 error_raw = cherrypy. tools.mako.callable.get_lookup(**cherrypy.tools.mako._merged_args()).get_template("/error_raw.mako")79 error_raw = cherrypy.request.lookup.get_template("/error_raw.mako") 80 80 details = error_raw.render(**d) 81 81 exclude = config.web.errormail_exclude -
package_branches/invirt-web/cherrypy-rebased/code/templates/error.mako
r2693 r2694 9 9 mail about it.</p> 10 10 11 <p>Feel free to poke us at <tt> xvm@mit.edu</tt> if this bug is11 <p>Feel free to poke us at <tt>${config.contact}</tt> if this bug is 12 12 consistently biting you and we don't seem to be fixing it.</p> 13 13
Note: See TracChangeset
for help on using the changeset viewer.