mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -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):
|
||||
''' Remove the books specified by the book_ids from the database and delete
|
||||
their format files. If ``permanent`` is False, then the format files
|
||||
are not deleted. '''
|
||||
are placed in the recycle bin. '''
|
||||
path_map = {}
|
||||
for book_id in book_ids:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user