forked from ScoDoc/ScoDoc
Merge branch 'master' of https://scodoc.org/git/viennet/ScoDoc into refactor_nt
This commit is contained in:
commit
e3450ebc82
@ -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