mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
78e350c665
commit
b7022494cc
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ def create_upload_path(self, path, mdata, fname):
|
|||
c = sanitize(c)
|
||||
if not c: continue
|
||||
extra_components.append(c)
|
||||
extra_componets.append(sanitize(self.filename_callback(fname, mdata)))
|
||||
extra_components.append(sanitize(self.filename_callback(fname, mdata)))
|
||||
|
||||
if not use_subdirs:
|
||||
extra_components = extra_components[:1]
|
||||
|
|
|
|||
Loading…
Reference in a new issue