Salome HOME
Telemac integration 2
[tools/eficas.git] / InterfaceQT4 / editorSsIhm.py
index 419092b9c1b048d7bf5cdd5398971937558a83f7..26433aa8bfdf913ea76e7c5148d8e25dc296db09 100755 (executable)
@@ -601,7 +601,9 @@ class JDCEditorSsIhm :
 
 
         self.fichierOut = fichier
-        if self.appliEficas.maConfiguration.fichierXML !=None : self.jdc.analyseXML()
+        #if hasattr(self.appliEficas.maConfiguration, "fichierXML") and \
+        #   self.appliEficas.maConfiguration.fichierXML !=None :
+        #    self.jdc.analyseXML()
         if not (self.writeFile(fichier,formatLigne=formatLigne)): return (0, None)
         if  self.jdc.cata.modeleMetier and self.jdc.isValid():
             if self.generator != self.XMLgenerator :