forked from ScoDoc/ScoDoc
Export Apogée: export des zéros. (vérifier si effet de bord indésirable?).
This commit is contained in:
parent
911937f5a5
commit
0d7a369b8b
@ -125,8 +125,8 @@ APO_NEWLINE = "\r\n"
|
||||
|
||||
def _apo_fmt_note(note):
|
||||
"Formatte une note pour Apogée (séparateur décimal: ',')"
|
||||
if not note and isinstance(note, float):
|
||||
return ""
|
||||
# if not note and isinstance(note, float): changé le 31/1/2022, étrange ?
|
||||
# return ""
|
||||
try:
|
||||
val = float(note)
|
||||
except ValueError:
|
||||
|
Loading…
Reference in New Issue
Block a user