mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 05:05:05 +01:00
...
This commit is contained in:
parent
850170ca8b
commit
a191e41a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ def copy_cover_to(self, book_id, dest, use_hardlink=False):
|
|||
Copy the cover to the file like object ``dest``. Returns False
|
||||
if no cover exists or dest is the same file as the current cover.
|
||||
dest can also be a path in which case the cover is
|
||||
copied to it iff the path is different from the current path (taking
|
||||
copied to it if and only if the path is different from the current path (taking
|
||||
case sensitivity into account).
|
||||
'''
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue