From 3084cc9f61df23d61d191ec92ce33d1d3b0bacb2 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 3 Feb 2004 15:40:05 +0000 Subject: [PATCH] correction format ecriture --- Noyau/N_JDC.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() -- 2.39.2