Remove extraneous whitespace

This commit is contained in:
David Bartley 2007-12-18 01:22:09 -05:00
parent 92513f4587
commit 7c6c3d00a7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def abslookup(ld, dn, objectclass=None):
matches = ld.search_s(dn, ldap.SCOPE_BASE)
except ldap.NO_SUCH_OBJECT:
return None
# dn was found, but didn't match the objectclass filter
if len(matches) < 1:
return None