mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling
This commit is contained in:
committed by
Rob Crittenden
parent
bf9d4c5984
commit
ab1aba5a9a
@@ -566,7 +566,7 @@ class LDAPUpdate:
|
||||
self.conn.deleteEntry(dn)
|
||||
self.modified = True
|
||||
except errors.NotFound, e:
|
||||
logging.info("Deleting non-existant entry %s", e)
|
||||
logging.info("Deleting non-existent entry %s", e)
|
||||
self.modified = True
|
||||
except errors.DatabaseError, e:
|
||||
logging.error("Delete failed: %s", e)
|
||||
|
||||
Reference in New Issue
Block a user