forked from ScoDoc/ScoDoc
Mise à 0 de pe_comp.PE_DEBUG
This commit is contained in:
parent
cd8d73b41f
commit
776b0fb228
@ -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
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user