mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Fix identation
This commit is contained in:
parent
d015732fa4
commit
b64e2d768c
1 changed files with 3 additions and 2 deletions
|
@ -240,7 +240,8 @@ class Authenticator(BaseAuthenticator):
|
|||
attr_found[0], attr_found[1])
|
||||
raise MoulinetteError(errno.EEXIST,
|
||||
m18n.g('ldap_attribute_already_exists',
|
||||
attribute=attr_found[0], value=attr_found[1]))
|
||||
attribute=attr_found[0],
|
||||
value=attr_found[1]))
|
||||
return True
|
||||
|
||||
def get_conflict(self, value_dict, base_dn=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue