From: PASCALE NOYRET Date: Tue, 21 Jun 2022 11:42:48 +0000 (+0200) Subject: pour merge X-Git-Tag: merge_uncertainty_odysee_1210~53^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=087f257517afefe51321513707cf4d4a883dd324;p=tools%2Feficas.git pour merge --- diff --git a/convert/convert_UQPython.py b/convert/convert_UQPython.py index 991bffb7..5eb17eeb 100644 --- a/convert/convert_UQPython.py +++ b/convert/convert_UQPython.py @@ -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)