From 6fb2df2ccc76804f2ec744d24cd2a8f1578c76d8 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 2 Jun 2009 06:19:49 +0000 Subject: [PATCH] *** empty log message *** --- Ihm/I_MCCOMPO.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Ihm/I_MCCOMPO.py b/Ihm/I_MCCOMPO.py index 05749dff..5ee3a1fd 100644 --- a/Ihm/I_MCCOMPO.py +++ b/Ihm/I_MCCOMPO.py @@ -407,7 +407,10 @@ class MCCOMPO(I_OBJECT.OBJECT): def delete_mc_global(self): for motcle in self.mc_liste : motcle.delete_mc_global() - motcle.update_mc_global() + try : + motcle.update_mc_global() + except : + pass def init_modif_up(self): Validation.V_MCCOMPO.MCCOMPO.init_modif_up(self) -- 2.39.2