This commit is contained in:
unknown
2025-12-31 15:58:23 -08:00
parent f162c127a0
commit 0ee05b373d

View File

@@ -2248,7 +2248,7 @@ def convert_ebook_batch(args:dict)->tuple:
print(msg)
if not args['is_gui_process']:
sys.exit(1)
args['ebook_list'].remove(file)
#args['ebook_list'].remove(file)
reset_session(args['session'])
return progress_status, passed
else: