From: PASCALE NOYRET Date: Wed, 5 Jan 2022 10:31:22 +0000 (+0100) Subject: correction bug X-Git-Tag: merge_uncertainty_odysee_1210~131 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2c9151caafb5852a7232800f87e130ea88706fc9;p=tools%2Feficas.git correction bug --- diff --git a/Efi2Xsd/AccasXsd.py b/Efi2Xsd/AccasXsd.py index 1c1eaa6b..5d8e2730 100755 --- a/Efi2Xsd/AccasXsd.py +++ b/Efi2Xsd/AccasXsd.py @@ -964,7 +964,7 @@ class X_SIMP (X_definition): if self.intoXML and self.into : if self.intoXML != self.into : #print ('je passe la pour ', self.nom) - texteAide :texteAide = texteAide+'\nPossible choices for '+ self.nom + 'at this place : \n'+str(self.into)+'\n' + texteAide = texteAide+'\nPossible choices for '+ self.nom + 'at this place : \n'+str(self.into)+'\n' if self.defaut : if self.max > 1 or self.max == '**' or self.max == float('inf') :