This commit is contained in:
Kovid Goyal 2017-04-30 09:52:17 +05:30
parent baf168e7b7
commit b2a40192e7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: