fix
This commit is contained in:
parent
cffce0f8b7
commit
7a0c306612
@ -212,6 +212,4 @@ class fileUtils:
|
|||||||
if os.path.exists(file_path):
|
if os.path.exists(file_path):
|
||||||
os.remove(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
|
return False
|
||||||
Loading…
Reference in New Issue
Block a user