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