From 51e4b1b46fc43cf63ce357c095933f39c2f2d4dd Mon Sep 17 00:00:00 2001 From: Evgencheg <73418250+Evgencheg@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:12:23 +0300 Subject: [PATCH] Update Tools/ss14_ru/clean_duplicates.py Co-authored-by: mhamster <81412348+mhamsterr@users.noreply.github.com> --- Tools/ss14_ru/clean_duplicates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/ss14_ru/clean_duplicates.py b/Tools/ss14_ru/clean_duplicates.py index daea65b4bc9..b43909e8a3b 100644 --- a/Tools/ss14_ru/clean_duplicates.py +++ b/Tools/ss14_ru/clean_duplicates.py @@ -14,6 +14,7 @@ def find_top_level_dir(start_dir): print(f"Не удалось найти {marker_file} начиная с {start_dir}") exit(-1) current_dir = parent_dir + def find_ftl_files(root_dir): ftl_files = [] for root, dirs, files in os.walk(root_dir):