Update yunohost.py

This commit is contained in:
Alexis Gavoty 2012-10-23 23:21:18 +03:00
parent f931127938
commit 10ee96ea5d

View file

@ -324,7 +324,7 @@ class YunoHostLDAP:
except: except:
raise YunoHostError(169, _('An error occured during LDAP entry update')) raise YunoHostError(169, _('An error occured during LDAP entry update'))
else: else:
return True return True
def validate_uniqueness(self, value_dict): def validate_uniqueness(self, value_dict):