mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
468a47eb5d
commit
e61dbefc7f
@ -543,6 +543,10 @@ class DevicePlugin(Plugin):
|
|||||||
'''
|
'''
|
||||||
Given a list of paths, returns another list of paths. These paths
|
Given a list of paths, returns another list of paths. These paths
|
||||||
point to addable versions of the books.
|
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
|
return paths
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user