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)