Skip to content
Snippets Groups Projects
Commit 41758b8c authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: generate_excel_import_notes si aucune eval dans le semestre

parent 576383da
Branches
No related tags found
No related merge requests found
...@@ -499,7 +499,7 @@ def generate_excel_import_notes( ...@@ -499,7 +499,7 @@ def generate_excel_import_notes(
if not formsemestre: # aucune évaluation if not formsemestre: # aucune évaluation
rows = [] rows = []
# etudiants # etudiants
etuds_inscriptions = formsemestre.etuds_inscriptions etuds_inscriptions = formsemestre.etuds_inscriptions if formsemestre else {}
for row in rows: for row in rows:
etud: Identite = row["etud"] etud: Identite = row["etud"]
st = styles["nom"] st = styles["nom"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment