Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Apr 11, 2024
1 parent 9c91633 commit 85510fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kolibri-tools/lib/i18n/crowdin.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def download_translations(branch, project, locale_data_folder):
locale_dir_path = local_locale_path(lang_object, locale_data_folder)
logging.info("\tExtracting {} to {}".format(code, locale_dir_path))

csv_files = glob.glob(os.path.join(locale_dir_path, '*.csv'))
csv_files = glob.glob(os.path.join(locale_dir_path, "*.csv"))
for csv_file in csv_files:
os.remove(csv_file)

Expand Down

0 comments on commit 85510fa

Please sign in to comment.