Update pythStat.py

This commit is contained in:
Alex38Lyon
2026-01-08 18:55:48 +01:00
parent c0dbe92755
commit 211fde9e56
+1 -1
View File
@@ -1334,7 +1334,7 @@ def calcul_stats(output_file):
results=sql_bilan_annee() results=sql_bilan_annee()
if results[0][0] != None :# type: ignore 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") output_file_ligne.append("**Développement total topographié par année(s)**\n")
for row in results: # type: ignore for row in results: # type: ignore
if row[1].strip() != "0.00" or row[3].strip() != "0.00" or row[5].strip() != "0.00" : if row[1].strip() != "0.00" or row[3].strip() != "0.00" or row[5].strip() != "0.00" :