Skip to content
Snippets Groups Projects
Commit b38bf8c1 authored by Ayoub Buhyari's avatar Ayoub Buhyari
Browse files

enregistrement_lecture_image.py

parent 3e721fb0
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def bloc_to_csv(liste_bloc: list[Bloc], fichier_csv: str) -> None:
"""
Convertit une liste de blocs dans un document CSV.
"""
with open("./csv/" + fichier_csv + ".csv", 'w') as fichier:
with open("./csv/" + fichier_csv, 'w') as fichier:
writer = csv.writer(fichier)
for bloc in liste_bloc:
res = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment