From: eficas <> Date: Tue, 3 Feb 2004 15:40:05 +0000 (+0000) Subject: correction format ecriture X-Git-Tag: CC_param_poursuite~278 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3084cc9f61df23d61d191ec92ce33d1d3b0bacb2;p=modules%2Feficas.git correction format ecriture --- diff --git a/Noyau/N_JDC.py b/Noyau/N_JDC.py index aa850fd2..2b6d9e3a 100644 --- a/Noyau/N_JDC.py +++ b/Noyau/N_JDC.py @@ -110,8 +110,7 @@ NONE = None """ try: if self.appli != None : - self.appli.affiche_infos('Compilation du fichier de commandes \ - en cours ...') + self.appli.affiche_infos('Compilation du fichier de commandes en cours ...') self.proc_compile=compile(self.procedure,self.nom,'exec') except SyntaxError,e: if CONTEXT.debug : traceback.print_exc()