Lien a propos direct, ordre section, mini erreur dans marche.py

This commit is contained in:
Colin Maudry
2026-06-26 15:46:10 +02:00
parent b25150faa3
commit 57dd4d22eb
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -135,6 +135,7 @@ def update_marche_info(marche, titulaires):
"considerationsEnvironnementales",
]
and col in marche
and marche[col]
and "," in marche[col]
):
col_values = marche[col].split(", ")