Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12913, comment 1


Ignore:
Timestamp:
Sep 11, 2017, 6:00:13 AM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12913, comment 1

    initial v1  
    33{{{#!diff
    44diff --git a/tracopt/perm/authz_policy.py b/tracopt/perm/authz_policy.py
    5 index d8c1ba9ef..0ec4a0b8d 100644
     5index d8c1ba9ef..7bd4921ee 100644
    66--- a/tracopt/perm/authz_policy.py
    77+++ b/tracopt/perm/authz_policy.py
    8 @@ -204,12 +204,15 @@ class AuthzPolicy(Component):
     8@@ -204,17 +204,19 @@ class AuthzPolicy(Component):
    99         for group, users in groups.iteritems():
    1010             add_items('@' + group, users)
     
    2323                         self.log.warning("The action %s in the [%s] section "
    2424                                          "of %s is not a valid action.",
     25-                                         action, section,
     26-                                         os.path.basename(self.authz_file))
     27+                                         action, section, authz_basename)
     28
     29     def normalise_resource(self, resource):
     30         def to_descriptor(resource):
    2531}}}
    2632