Edgewall Software

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


Ignore:
Timestamp:
Mar 7, 2017, 4:04:11 AM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12632, comment 13

    v1 v2  
    5050             except Exception as e2:
    5151-                if isinstance(e, TracError):
    52 +                if isinstance(e, TracError) or \
     52+                if isinstance(e2, TracError) or \
    5353+                        type(e) is type(e2) and e.args == e2.args:
    5454                     self.log.warning("Exception caught while post-processing"