6 files changed
@@ -279,7 +279,7 @@ def handler_list_all_permissions_roles_verbose( | |||
| 279 | 279 | for o in objects: | |
| 280 | 280 | permitted_actions = ALL_ACTIONS.copy() | |
| 281 | 281 | for action in ALL_ACTIONS: | |
| 282 | - # Following code is derived from enforcer.enforce_policy but has a different return type and does not raise PermissionError | ||
| 282 | + # Following code is derived from enforcer.enforce_policy but has a different return type and does not raise FeastPermissionError | ||
| 283 | 283 | matching_permissions = [ | |
| 284 | 284 | p | |
| 285 | 285 | for p in permissions | |
0 commit comments