]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
pour merge
authorPASCALE NOYRET <pascale.noyret@edf.fr>
Tue, 21 Jun 2022 11:42:48 +0000 (13:42 +0200)
committerPASCALE NOYRET <pascale.noyret@edf.fr>
Tue, 21 Jun 2022 11:42:48 +0000 (13:42 +0200)
convert/convert_UQPython.py

index 991bffb7e594e7b064eadaef6c375ea685707470..5eb17eeb52ffabb76a6b7490550a9230a9e8874f 100644 (file)
@@ -59,8 +59,10 @@ class pythonUQParser(Pythonparser):
             mcVDPath=mc.getChild('MCPath').valeur
             if debug : print(mcVDPath)
             # a modifier lorsque le MCPath comprendra le nom des OPERs
-            if not (mcVDPath) : break # on admet ici que le . comm n est pas valide 
-            mcCherche=jdc.getEtapesByName(mcVDPath[0])[0]
+            if not (mcVDPath) : 
+               mc.parent.suppentite(mc)
+               break # on admet ici que le . comm n est pas valide 
+            mcCherche=jdc.getObjetByMCPath(mcVDPath)
             for mcFils in mcVDPath[1:]:
                 if debug : print(mcCherche, mcFils)
                 mcCherche=mcCherche.getChildOrChildInBloc(mcFils)