Salome HOME
commentaire
[tools/eficas.git] / Editeur / chercheBlocInto.py
index 90634f52fb93a2b3d938a7db0117470355b9a30c..c27779d32508d2600564a45b218aca12d868d62d 100755 (executable)
@@ -40,7 +40,7 @@ class ChercheInto:
 
         def construitListeInto(self,e):
             if isinstance(e,Accas.A_BLOC.BLOC) :
-               print e.condition
+               print (e.condition)
             for nomFils, fils in e.entites.items():
                 self.construitListeInto(fils)