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