Fix: bulletin classique quand coef UE None

This commit is contained in:
Emmanuel Viennet 2022-03-01 10:33:53 +01:00
parent 10c96ad683
commit f0e731d151
1 changed files with 1 additions and 3 deletions

View File

@ -323,9 +323,7 @@ def formsemestre_bulletinetud_dict(formsemestre_id, etudid, version="long"):
if ue_status["coef_ue"] != None:
u["coef_ue_txt"] = scu.fmt_coef(ue_status["coef_ue"])
else:
# C'est un bug:
log("u=" + pprint.pformat(u))
raise Exception("invalid None coef for ue")
u["coef_ue_txt"] = "-"
if (
dpv