Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12632, comment 1


Ignore:
Timestamp:
Dec 7, 2016, 9:38:02 AM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12632, comment 1

    v1 v2  
    1313-                                   " request: %s",
    1414-                                   exception_to_unicode(e, traceback=True))
    15 +                    if isinstance(TracError, e):
     15+                    if isinstance(e, TracError):
    1616+                        self.log.warning("Exception caught while"
    1717+                                         " post-processing request: %s",