mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user