mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ff89f7b001
commit
8d77e72970
@ -226,7 +226,8 @@ class DevicePlugin(Plugin):
|
||||
:param devices_on_system: Set of USB devices found on the system.
|
||||
|
||||
:param force_refresh: If True and the driver uses a cache to prevent
|
||||
repeated scanning, the cache must be flushed.
|
||||
repeated scanning, the cache must be flushed.
|
||||
|
||||
'''
|
||||
raise NotImplementedError()
|
||||
|
||||
@ -548,7 +549,7 @@ class DevicePlugin(Plugin):
|
||||
|
||||
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)
|
||||
(original_path, the exception instance, traceback)
|
||||
'''
|
||||
return paths
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user