mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 07:33:42 +02:00
...
This commit is contained in:
parent
468a47eb5d
commit
e61dbefc7f
1 changed files with 4 additions and 0 deletions
|
|
@ -543,6 +543,10 @@ def prepare_addable_books(self, paths):
|
|||
'''
|
||||
Given a list of paths, returns another list of paths. These paths
|
||||
point to addable versions of the books.
|
||||
|
||||
If there is an error preparing a book, then instead of a path, the
|
||||
position in the returned list for that book should be a three tuple:
|
||||
(original_path, the exception instance, traceback)
|
||||
'''
|
||||
return paths
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue