This commit is contained in:
caiwx86 2023-01-16 03:50:27 +08:00
parent 54cf282837
commit 82a2e8cffe

View File

@ -211,5 +211,7 @@ class fileUtils:
except:
if os.path.exists(file_path):
os.remove(file_path)
print(f"{file_path}已损坏 type:{type},删除重试中")
print(f"{file_path}已损坏 type:{type},删除重试中")
else:
print(f"文件已损坏 type:{type},删除重试中")
return False