Confusion and/or
This commit is contained in:
parent
4d7585574f
commit
87382fbf6f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ def set_bases(adher):
|
||||||
|
|
||||||
# Affichage
|
# Affichage
|
||||||
annul, result = dialog(arg)
|
annul, result = dialog(arg)
|
||||||
if annul and any([result[i] == '' for i in xrange(len(result))]):
|
if annul or any([result[i] == '' for i in xrange(len(result))]):
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
# Traitement
|
# Traitement
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue