fix file name resolve

This commit is contained in:
2026-06-04 16:13:52 +03:00
parent bb3f66c3b2
commit 3a415129a0

View File

@@ -9,6 +9,7 @@ for i in ("input", "output"):
path.mkdir(exist_ok=True) path.mkdir(exist_ok=True)
# Print the files # Print the files
for file in files: for file in files:
file=file.lower
if file.startswith("~$"): #Проверка не редактируемый ли файл if file.startswith("~$"): #Проверка не редактируемый ли файл
continue continue
# Check if item is a file, not a directory # Check if item is a file, not a directory