forked from ScoDoc/ScoDoc
Fix: formsemestre_note_etuds_sans_notes
This commit is contained in:
parent
6967c54f89
commit
99e38de3f4
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user