Revision bb4eafc6 pithos/backends/lib/sqlite/permissions.py

b/pithos/backends/lib/sqlite/permissions.py
76 76
    def access_check(self, path, access, member):
77 77
        """Return true if the member has this access to the path."""
78 78
        
79
        if access == READ and self.public_check(path):
79
        if access == READ and self.public_get(path) is not None:
80 80
            return True
81 81
        
82 82
        r = self.xfeature_inherit(path)

Also available in: Unified diff