mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove dirty code for test
This commit is contained in:
parent
0e3293a47e
commit
3ffa826612
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ def user_group_update(operation_logger, groupname, add=None, remove=None, force=
|
|||
|
||||
new_group_dns = ["uid=" + user + ",ou=users,dc=yunohost,dc=org" for user in new_group]
|
||||
|
||||
if set(new_group) != set(current_group) or True:
|
||||
if set(new_group) != set(current_group):
|
||||
operation_logger.start()
|
||||
ldap = _get_ldap_interface()
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue