Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit 1b18034adb - Show all commits

View File

@ -420,7 +420,7 @@ def get_annee_diplome(etud: Identite) -> int:
Returns:
L'année prévue de sa diplômation
"""
formsemestres_apc = get_semestres_apc(identite)
formsemestres_apc = get_semestres_apc(etud)
if formsemestres_apc:
dates_possibles_diplome = []