[whos_lc] Fail au niveau de l'affichage.
This commit is contained in:
parent
ebc8cacf5c
commit
b171622e64
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def explore_db(args):
|
|||
if len(elem) == 1:
|
||||
elem[0].display(historique=args.historique, blacklist=args.blacklist)
|
||||
else:
|
||||
print lc_ldap.printing.sprint_list(elem, limit=args.limit_historique, blacklist=args.blacklist)
|
||||
print lc_ldap.printing.sprint_list(elem).encode(encoding)
|
||||
print "%s résultats" % len(elem)
|
||||
|
||||
def search_ldap(args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue