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
|
@ -239,8 +239,9 @@ class Authenticator(BaseAuthenticator):
|
|||
logger.info("attribute '%s' with value '%s' is not unique",
|
||||
attr_found[0], attr_found[1])
|
||||
raise MoulinetteError(errno.EEXIST,
|
||||
m18n.g('ldap_attribute_already_exists',
|
||||
attribute=attr_found[0], value=attr_found[1]))
|
||||
m18n.g('ldap_attribute_already_exists',
|
||||
attribute=attr_found[0],
|
||||
value=attr_found[1]))
|
||||
return True
|
||||
|
||||
def get_conflict(self, value_dict, base_dn=None):
|
||||
|
|
Loading…
Reference in a new issue