fix
This commit is contained in:
parent
ed1fc4b063
commit
0d4897fc49
3
test.py
3
test.py
@ -119,7 +119,8 @@ class comicInfo:
|
||||
|
||||
# 收集图片路径
|
||||
image_paths = [page.get('Image') for page in page_list if page.get('Image')]
|
||||
|
||||
if len(image_paths) == 0:
|
||||
raise exit(f"{cbz_path} {image_paths} 为空")
|
||||
# 处理每个图片文件
|
||||
for img_path in image_paths:
|
||||
actual_path = self.find_actual_path(cbz, img_path+".jpg")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user