Closes #34
This commit is contained in:
parent
599f5de114
commit
aab3cc7ce3
@ -452,7 +452,10 @@ def make_formsemestre_recapcomplet(
|
||||
l.append("")
|
||||
else:
|
||||
if key == "ects":
|
||||
l.append(ue[key])
|
||||
if keep_numeric:
|
||||
l.append(ue[key])
|
||||
else:
|
||||
l.append(str(ue[key]))
|
||||
else:
|
||||
l.append(fmt_note(ue[key], keep_numeric=keep_numeric))
|
||||
else: # UE_SPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user