From 387299f971311443a549ce37ff5f3e1bd43d82ec Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 6 Dec 2006 19:24:44 +0100 Subject: [PATCH] Typo. darcs-hash:20061206182444-68412-d3994313e2189e2760e32394c33300718945dfa4.gz --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] :