Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Maud Kerebel
scripts
Commits
b171622e
Commit
b171622e
authored
Sep 11, 2014
by
Pierre-Elliott Bécue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[whos_lc] Fail au niveau de l'affichage.
parent
ebc8cacf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gestion/whos_lc.py
gestion/whos_lc.py
+1
-1
No files found.
gestion/whos_lc.py
View file @
b171622e
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment