On ne prend pas en compte les remarques vides.
darcs-hash:20041009120103-41617-3e137e8e16f3d46b0ceadb64893f6b6a9e5998bf.gz
This commit is contained in:
parent
9bc4743573
commit
173b92773c
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue