forked from ScoDoc/ScoDoc
Fix: generate_excel_import_notes si aucune eval dans le semestre
This commit is contained in:
parent
576383da8d
commit
41758b8c64
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user