From 0d7a369b8beee751f30895b2f57585eae9d06e5e Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Mon, 31 Jan 2022 23:15:42 +0100 Subject: [PATCH] =?UTF-8?q?Export=20Apog=C3=A9e:=20export=20des=20z=C3=A9r?= =?UTF-8?q?os.=20(v=C3=A9rifier=20si=20effet=20de=20bord=20ind=C3=A9sirabl?= =?UTF-8?q?e=3F).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scodoc/sco_apogee_csv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scodoc/sco_apogee_csv.py b/app/scodoc/sco_apogee_csv.py index 833a7841..dc6a7489 100644 --- a/app/scodoc/sco_apogee_csv.py +++ b/app/scodoc/sco_apogee_csv.py @@ -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: