diff --git a/rbac/userperm.py b/rbac/userperm.py index da0f3ae..fa5a904 100644 --- a/rbac/userperm.py +++ b/rbac/userperm.py @@ -44,6 +44,7 @@ where a.id = c.userid def check_roles_path(self, roles, path): for role in roles: paths = self.rp_caches.get(role) + debug(f'{role=},{path}, {paths=}') return path in paths async def is_user_has_path_perm(self, userid, path):