mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
baf168e7b7
commit
b2a40192e7
@ -1591,7 +1591,7 @@ class Cache(object):
|
|||||||
def remove_books(self, book_ids, permanent=False):
|
def remove_books(self, book_ids, permanent=False):
|
||||||
''' Remove the books specified by the book_ids from the database and delete
|
''' Remove the books specified by the book_ids from the database and delete
|
||||||
their format files. If ``permanent`` is False, then the format files
|
their format files. If ``permanent`` is False, then the format files
|
||||||
are not deleted. '''
|
are placed in the recycle bin. '''
|
||||||
path_map = {}
|
path_map = {}
|
||||||
for book_id in book_ids:
|
for book_id in book_ids:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user