diff --git a/gestion/whos.py b/gestion/whos.py index 9ebf1a4e..1d02962e 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -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' ] :