From 7a0c3066124a8e94b923a8ca1ec8f9dca8e9ce54 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 04:11:29 +0800 Subject: [PATCH] fix --- utils/FileUtils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/FileUtils.py b/utils/FileUtils.py index af04da2..5e99afa 100644 --- a/utils/FileUtils.py +++ b/utils/FileUtils.py @@ -212,6 +212,4 @@ class fileUtils: if os.path.exists(file_path): os.remove(file_path) print(f"{file_path}已损坏 type:{type},删除重试中") - else: - print(f"文件已损坏 type:{type},删除重试中") return False \ No newline at end of file