Ver Fonte

+ message

Thierry Dumont há 2 semanas atrás
pai
commit
c2112c8ab8
1 ficheiros alterados com 2 adições e 2 exclusões
  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: