Browse Source

+ message

Thierry Dumont 2 weeks ago
parent
commit
c2112c8ab8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tout.py

+ 2 - 2
tout.py

@@ -77,9 +77,9 @@ for l in lf:
     for x in LL:
         if "@@debut" in x:
             start= True
-
             print("--> start")
-        
+            Z.append("\\message{On traite "+lok+"}\n")
+            
         if start:
             Z.append(x)
             if "@@fin" in x: