Ticket #5387: t5387.diff
| File t5387.diff, 431 bytes (added by thatch, 2 years ago) |
|---|
-
trac/web/main.py
427 427 return [] 428 428 429 429 except Exception, e: 430 env.log.exception(e)431 430 if env: 431 env.log.exception(e) 432 432 if req.hdf: 433 433 req.hdf['title'] = to_unicode(e) or 'Error' 434 434 req.hdf['error'] = {
