diff --git a/app/pe/pe_comp.py b/app/pe/pe_comp.py index e57dfa4d..0b9000c9 100644 --- a/app/pe/pe_comp.py +++ b/app/pe/pe_comp.py @@ -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 diff --git a/app/pe/pe_etudiant.py b/app/pe/pe_etudiant.py index ea043f3d..384765f3 100644 --- a/app/pe/pe_etudiant.py +++ b/app/pe/pe_etudiant.py @@ -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()