Skip to content

Commit

Permalink
Merge pull request mansuf#75 from MFijak/cbz-conversion-fix
Browse files Browse the repository at this point in the history
cbz conversion fix
  • Loading branch information
mansuf authored Jun 19, 2023
2 parents 9c5161b + a90410f commit 5b437d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mangadex_downloader/format/comic_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def on_prepare(self, file_path, chapter, images):
# KeyboardInterrupt safe
self.worker.submit(wrap)

self.chapter_zip.close()

def on_finish(self, file_path, chapter, images):
chap_name = chapter.get_simplified_name()

Expand Down

0 comments on commit 5b437d4

Please sign in to comment.