Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11538, comment 7


Ignore:
Timestamp:
Dec 20, 2020, 3:44:53 AM (3 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11538, comment 7

    initial v1  
    22
    33{{{#!diff
    4          self.authz = UnicodeConfigParser(ignorecase_option=False)
    5          try:
    6              self.authz.read(self.authz_file)
    7 -        except ParsingError as e:
    8 +        except configparser.Error as e:
    9              self.log.error("Error parsing authz permission policy file: %s",
    10                             exception_to_unicode(e))
    114         self.authz = UnicodeConfigParser(ignorecase_option=False)
    125         try: