[whos] On ne génère pas une liste qui ne sert à rien
This commit is contained in:
parent
3ce87c4331
commit
45dc21acd7
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ def _hist(clas) :
|
|||
h.reverse()
|
||||
if h :
|
||||
f += coul(u'Historique : ','gras')
|
||||
for i in range(0,limit_aff_historique) :
|
||||
for i in xrange(0,limit_aff_historique) :
|
||||
try :
|
||||
a = h[i] # Produit une erreur si i trop grand
|
||||
if i !=0 : f += ' '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue