mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
...
This commit is contained in:
parent
7a1d05199e
commit
86726f44d8
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ def create_upload_path(self, path, mdata, fname):
|
|||
use_subdirs = True,
|
||||
news_in_folder = self.NEWS_IN_FOLDER,
|
||||
)
|
||||
return tuple(x.lower() for x in filepath.split('/'))
|
||||
return tuple(x for x in filepath.split('/'))
|
||||
|
||||
def prefix_for_location(self, on_card):
|
||||
# TODO: Implement this
|
||||
|
|
|
|||
Loading…
Reference in a new issue