1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-12 22:27:41 +00:00

Bugfixes from testrun

This commit is contained in:
Ozzie Isaacs
2024-01-14 14:28:08 +01:00
parent ffc13a5565
commit 3814fbf08f
5 changed files with 1577 additions and 489 deletions

View File

@@ -1018,6 +1018,7 @@ def do_calibre_export(book_id, book_format, ):
except OSError as ex:
# ToDo real error handling
log.error_or_exception(ex)
return None, None
##################################