]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
include ds Carmel
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2012 15:10:36 +0000 (15:10 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2012 15:10:36 +0000 (15:10 +0000)
Ihm/I_MACRO_ETAPE.py

index 112639d56baaff91c62fb5d0dd3300e6b5088da8..f3744a7a21cb8be2d43bd2924bd4dfd2bf15df73 100644 (file)
@@ -111,8 +111,11 @@ class MACRO_ETAPE(I_ETAPE.ETAPE):
        if self.nom != "INCLUDE_MATERIAU":
           if self.parent.appli.ihm == "QT" :
               format=self.parent.appli.appliEficas.format_fichier
+              format="python"
           else :
               format=self.jdc.appli.format_fichier.get()
+          #on force a python pour Carmel
+          if format=="CARMEL3D" : format="python"
           if convert.plugins.has_key(format):
               # Le convertisseur existe on l'utilise
               p=convert.plugins[format]()
@@ -788,14 +791,17 @@ class MACRO_ETAPE(I_ETAPE.ETAPE):
       self.fichier_err=None
 
       try:
+      #if 1 :
          import Extensions.jdc_include
          self.JdC_aux=Extensions.jdc_include.JdC_include
       except:
+      #else:
          traceback.print_exc()
          self.make_incl2_except()
          raise
 
       try:
+      #if 1 :
          self.make_contexte_include(self.fichier_ini ,self.fichier_text)
          self.old_context_fichier_init=self.contexte_fichier_init
          self.parent.record_unit(unite,self)
@@ -805,6 +811,7 @@ class MACRO_ETAPE(I_ETAPE.ETAPE):
          except :
             pass
       except:
+      #else:
          self.make_incl2_except()
       CONTEXT.set_current_step(self)