mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-05 08:41:58 -04:00
- Correct some comments so they reflect what the code is now doing. - Make return None explicit in a few places. - Wrap render_cover() in an if to check that cover_tuple is valid. This doesn't change behavior because the thrown exception would do the same thing, but being explicit is nice.