From: pascale.noyret Date: Thu, 22 Nov 2018 16:04:39 +0000 (+0100) Subject: print intempestif X-Git-Tag: V9_2_0^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7d1314616a0333d496a3f968b9a34aa59b7d851b;p=tools%2Feficas.git print intempestif --- diff --git a/convert/parseur_python.py b/convert/parseur_python.py index 811c25fb..e3f28ba3 100644 --- a/convert/parseur_python.py +++ b/convert/parseur_python.py @@ -303,7 +303,6 @@ class PARSEUR_PYTHON(object): Methode booleenne qui retourne 1 si le texte est celui d'une affectation dans un jeu de commandes Aster, 0 sinon """ - print (texte) if '=' not in texte : return 0 if self.pattern_commande.match(texte): # cas d'une procedure ...