fix file name resolve
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user