]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Noyau/N_VALIDATOR.py
Salome HOME
gestion des listes et label sur 2
[tools/eficas.git] / Noyau / N_VALIDATOR.py
index 3d50c405526468e581dac56a4a0c1a99a461a89a..7114615f810802a389d8f471de4f1c3bafe33cd5 100644 (file)
@@ -1034,6 +1034,7 @@ class AndVal(Valid):
 
     def info_erreur_liste(self):
         a = 1
+        chaine=""
         for v in self.validators:
             if v.info_erreur_liste() != " ":
                 if a == 1: