[gestion/ldap_crans.py] solved ?
darcs-hash:20090903193506-bd074-9166aba532cf6eb168965088090a0336514cbd8a.gz
This commit is contained in:
parent
79e6b2fd39
commit
ce74d360f9
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class CransLdap:
|
|||
# Conversion avant stockage dans la base
|
||||
if type(args) == str: args = [args]
|
||||
args = map(lambda x:preattr(x)[1], args)
|
||||
if type(start) in int: start = [start]
|
||||
if type(start) == int: start = [start]
|
||||
start = map(lambda x:preattr(x)[1], start)
|
||||
|
||||
if new in serv.keys():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue