From 211fde9e5674b6b40bf2cf5bcd9d4c901d44ab5e Mon Sep 17 00:00:00 2001 From: Alex38Lyon <55714436+Alex38Lyon@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:55:48 +0100 Subject: [PATCH] Update pythStat.py --- Scripts/pyThStat/pythStat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/pyThStat/pythStat.py b/Scripts/pyThStat/pythStat.py index e78dabe..af58745 100644 --- a/Scripts/pyThStat/pythStat.py +++ b/Scripts/pyThStat/pythStat.py @@ -1334,7 +1334,7 @@ def calcul_stats(output_file): results=sql_bilan_annee() if results[0][0] != None :# type: ignore - output_file_ligne.append(f"\n--------------") + output_file_ligne.append(f"\n--------------\n") output_file_ligne.append("**Développement total topographié par année(s)**\n") for row in results: # type: ignore if row[1].strip() != "0.00" or row[3].strip() != "0.00" or row[5].strip() != "0.00" :