From 144941176221802893938211a7133bc43a80db43 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 11 Dec 2012 09:23:55 +0000 Subject: [PATCH] *** empty log message *** --- Noyau/N_ENTITE.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Noyau/N_ENTITE.py b/Noyau/N_ENTITE.py index eb5c296e..9ab5e0b2 100644 --- a/Noyau/N_ENTITE.py +++ b/Noyau/N_ENTITE.py @@ -140,8 +140,8 @@ class ENTITE: mcbloc = val.check_definition(parent) #XXX #print "#BLOC", parent, re.sub('\s+', ' ', val.condition) - assert mcs.isdisjoint(mcbloc), "Commande %s : Mot(s)-clef(s) vu(s) plusieurs fois : %s" \ - % (parent, tuple(mcs.intersection(mcbloc))) + #assert mcs.isdisjoint(mcbloc), "Commande %s : Mot(s)-clef(s) vu(s) plusieurs fois : %s" \ + # % (parent, tuple(mcs.intersection(mcbloc))) return mcs def check_op(self, valmin=-9999, valmax=9999): -- 2.39.2