From 087f257517afefe51321513707cf4d4a883dd324 Mon Sep 17 00:00:00 2001 From: PASCALE NOYRET Date: Tue, 21 Jun 2022 13:42:48 +0200 Subject: [PATCH] pour merge --- convert/convert_UQPython.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.39.2