Mise à 0 de pe_comp.PE_DEBUG

This commit is contained in:
Cléo Baras 2024-01-25 19:54:39 +01:00
parent cd8d73b41f
commit 776b0fb228
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ from app.models import FormSemestre
from app.scodoc import sco_formsemestre
from app.scodoc.sco_logos import find_logo
PE_DEBUG = 1
PE_DEBUG = 0
if not PE_DEBUG:
# log to notes.log

View File

@ -110,7 +110,7 @@ class EtudiantsJuryPE:
self.structure_cursus_etudiant(etudid)
if (no_etud + 1) % 10 == 0:
pe_comp.pe_print((no_etud + 1), " ", end="")
pe_comp.pe_print(f"{no_etud + 1}")
no_etud += 1
pe_comp.pe_print()