pass groupname only to delete_ldap_group_if_empty
This commit is contained in:
parent
561b2d64db
commit
6a40a5eded
2 changed files with 3 additions and 3 deletions
|
|
@ -39,5 +39,5 @@ def delete_ldap_user(user):
|
|||
|
||||
|
||||
@shared_task
|
||||
def delete_ldap_group_if_empty(group):
|
||||
def delete_ldap_group_if_empty(groupname):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue