Skip to content

Commit

Permalink
Update Tools/ss14_ru/clean_duplicates.py
Browse files Browse the repository at this point in the history
Co-authored-by: mhamster <[email protected]>
  • Loading branch information
Evgencheg and mhamsterr authored Oct 6, 2024
1 parent a4f8d77 commit 51e4b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/ss14_ru/clean_duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 51e4b1b

Please sign in to comment.