Commentaire pour blacklistage non obligatoire
darcs-hash:20041017000612-41617-e2bf93e1106195c70fba42f3dfd136862be1d683.gz
This commit is contained in:
parent
41fefdb078
commit
68b89098be
1 changed files with 8 additions and 3 deletions
|
@ -657,8 +657,13 @@ def set_blackliste(clas) :
|
||||||
# Commentaire
|
# Commentaire
|
||||||
c = r[2].strip()
|
c = r[2].strip()
|
||||||
login = script_utilisateur
|
login = script_utilisateur
|
||||||
if c.split(' :')[0] != login :
|
if c :
|
||||||
t[3] = login + ' : ' + c
|
if c.split(' :')[0] != login :
|
||||||
|
t[3] = login + ' : ' + c
|
||||||
|
else :
|
||||||
|
t[3] = c
|
||||||
|
else :
|
||||||
|
t[3] = login
|
||||||
|
|
||||||
try :
|
try :
|
||||||
if index == -1 :
|
if index == -1 :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue