Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGrosjean committed Jan 1, 2024
1 parent 17443f6 commit b6efe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apply_diff_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def apply_diff_all(old_dir, current_src_dir, current_dest_dir, source_lang, dest
f"{FILE_TO_TRANSLATE_PREFIX}_l_{source_lang}.yml",
f"{FILE_TO_UPDATE_OLD_SOURCE_PREFIX}_l_{source_lang}.yml",
f"{FILE_TO_UPDATE_SOURCE_PREFIX}_l_{source_lang}.yml",
f"{FILE_TO_UPDATE_DEST_PREFIX}_l_{source_lang}.yml"
f"{FILE_TO_UPDATE_DEST_PREFIX}_l_{dest_lang}.yml"
]
for i in range(len(lines_to_export)):
if len(lines_to_export[i]) > 0:
Expand Down

0 comments on commit b6efe9f

Please sign in to comment.