1
0
Fork 0

Fix: formsemestre_note_etuds_sans_notes

This commit is contained in:
Emmanuel Viennet 2023-01-05 09:13:09 -03:00 committed by iziram
parent f9d15da553
commit 04277d1f57
1 changed files with 1 additions and 1 deletions

View File

@ -1361,7 +1361,7 @@ def get_formsemestre_etudids_sans_notes(
.count()
)
if not nb_notes_sem:
return
return set()
etudids_sans_notes = set.intersection(
*[
set.intersection(*m_res.evals_etudids_sans_note.values())