From 173b92773cf90ef1b1e5e8c7d16cfc144f3f16b3 Mon Sep 17 00:00:00 2001 From: pauget Date: Sat, 9 Oct 2004 14:01:03 +0200 Subject: [PATCH] On ne prend pas en compte les remarques vides. darcs-hash:20041009120103-41617-3e137e8e16f3d46b0ceadb64893f6b6a9e5998bf.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 58207ddf..268fe05a 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -564,7 +564,7 @@ def __prompt_input_menu(method,titre,prompt) : try: if num==i : # Nouvelle valeur - method(val) + if val : method(val) else : method([num-1,val])