darcs-hash:20061206182444-68412-d3994313e2189e2760e32394c33300718945dfa4.gz
This commit is contained in:
glondu 2006-12-06 19:24:44 +01:00
parent 8bd3bfff75
commit 387299f971

View file

@ -977,7 +977,7 @@ def __recherche() :
__usage_brief(u'Valeur du paramètre %s incorecte (doit être un entier positif)' % opt)
elif opt == '-L' or opt =='--limit-historique':
# Limitation du nombre de lignes d'historique
try : limit_affv_historique = int(val)
try : limit_aff_historique = int(val)
except :
__usage_brief(u'Valeur du paramètre %s incorecte (doit être un entier positif)' % opt)
elif opt in [ '-a', '--adherent' ] :