mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
trying to fix tests
This commit is contained in:
parent
f6687e69f8
commit
4fa6a4cde2
1 changed files with 1 additions and 4 deletions
|
@ -89,10 +89,7 @@ def user_permission_list(
|
|||
name = infos["cn"][0]
|
||||
app = name.split(".")[0]
|
||||
|
||||
if app in SYSTEM_PERMS:
|
||||
if ignore_system_perms:
|
||||
continue
|
||||
elif app not in apps:
|
||||
if app in SYSTEM_PERMS and ignore_system_perms:
|
||||
continue
|
||||
|
||||
perm = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue