Skip to content

Commit d662e06

Browse files
authored
Merge branch 'main' into feature/testsUnitaires
2 parents 275b47a + 297d5f3 commit d662e06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def verifier_texte_dechiffre(texte: str) -> Dict[str, Any]:
115115
first_char = mot[0].lower()
116116

117117
for syl in ['Fr', 'En']:
118+
118119
chemin = Path(f"dico{syl}") / f"{first_char}.txt"
119120
try:
120121
with open(chemin, 'r', encoding='latin-1') as f:

0 commit comments

Comments
 (0)