]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
pour chgt accasName en _sdName
authorpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 15:38:28 +0000 (17:38 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 15:38:28 +0000 (17:38 +0200)
Efi2Xsd/MCAccasXML.py

index 6da4d264c57d4d9281366bd068bd9af47880c631..154d3865ec7134df249c0ae1b6246aef045caadb 100755 (executable)
@@ -367,7 +367,7 @@ class X_ETAPE(X_MCCOMPO) :
    def metAJourNomASSD(self, nom,debug=False):
       if not self.cata or not self.cata.modeleMetier : return
       if debug : print ('X_ETAPE metAJourLesAttributs', self.nom, nom,' --------------------------')
-      self.objPyxb.accasName=nom
+      self.objPyxb._sdName=nom
 
 class X_JDC (X_MCCOMPO):
 # ---------------------
@@ -444,9 +444,9 @@ class X_JDC (X_MCCOMPO):
           if debug : print ('dictArgs ',objEtape.dictArgs)
           if debug : print ('dictPyxb ',objEtape.dictPyxb)
           # attention au call d Oper qui renomme l objet pyxb
-          if hasattr(objEtape,'accasName') :  
-             if debug and hasattr(objEtape,'accasName') :print ('sdName',objEtape.accasName)
-             objAccasEtape=maClasseAccas(nomXML=objEtape.accasName, **(objEtape.dictArgs))
+          if hasattr(objEtape,'_sdName') :  
+             if debug and hasattr(objEtape,'_sdName') :print ('sdName',objEtape._sdName)
+             objAccasEtape=maClasseAccas(nomXML=objEtape._sdName, **(objEtape.dictArgs))
           else : objAccasEtape=maClasseAccas(**(objEtape.dictArgs))
           if debug : print ( 'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh')