mirror of
https://github.com/BreizhHardware/py_A2.git
synced 2026-01-18 16:47:38 +01:00
Remove a debug print
This commit is contained in:
@@ -57,7 +57,6 @@ def extraire_notes_matiere(nom_fichier_source, nom_fichier_destination, nom_mati
|
||||
return
|
||||
file_destination.write(matieres[0] + ";" + nom_matiere + "\n")
|
||||
for ligne in lignes[1:]:
|
||||
print(ligne)
|
||||
notes = ligne.split(";")
|
||||
file_destination.write(notes[0] + ";" + notes[index_matiere] + "\n")
|
||||
file_source.close()
|
||||
|
||||
Reference in New Issue
Block a user