From 7d1314616a0333d496a3f968b9a34aa59b7d851b Mon Sep 17 00:00:00 2001 From: "pascale.noyret" Date: Thu, 22 Nov 2018 17:04:39 +0100 Subject: [PATCH] print intempestif --- convert/parseur_python.py | 1 - 1 file changed, 1 deletion(-) 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 ... -- 2.39.2