mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-04 13:05:31 -04:00
string changes
This commit is contained in:
@@ -1050,7 +1050,7 @@ class Cache:
|
||||
def get_book_path(self, book_id, sep=os.sep, unsafe=False):
|
||||
'''
|
||||
Return the relative book path for the given id.
|
||||
Prefer this because you can choose the directory separator, default use the os one.
|
||||
Prefer this because you can choose the directory separator, default use the OS one.
|
||||
If unsafe is True, allow to return None if the book_id is not in the library.
|
||||
'''
|
||||
rslt = self._field_for('path', book_id)
|
||||
|
||||
Reference in New Issue
Block a user