fix
This commit is contained in:
parent
c78fa7e47d
commit
4816f6deb6
@ -142,7 +142,7 @@ class fileUtils:
|
||||
os.remove(file_name)
|
||||
|
||||
# 判断是否存在初始文件和多个文件名
|
||||
if file in diff_names:
|
||||
if file in diff_names and len(diff_names) > 1:
|
||||
move_file = ComicPath().images_icon(file=file, count=count)
|
||||
logging.info(f"移动文件{file}到 {move_file}")
|
||||
shutil.move(file, move_file)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user