mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 23:15:09 +01:00
...
This commit is contained in:
parent
081bb9b3ba
commit
78e350c665
1 changed files with 1 additions and 1 deletions
|
|
@ -870,7 +870,7 @@ def create_upload_path(self, path, mdata, fname):
|
|||
if special_tag is None:
|
||||
from calibre.library.save_to_disk import get_components
|
||||
extra_components = get_components(template, mdata, fname)
|
||||
extra_components[-1] = extra_components[-1] = sanitize(self.filename_callback(extra_components[-1]+ext, mdata)))
|
||||
extra_components[-1] = extra_components[-1] = sanitize(self.filename_callback(extra_components[-1]+ext, mdata))
|
||||
else:
|
||||
tag = special_tag
|
||||
if tag.startswith(_('News')):
|
||||
|
|
|
|||
Loading…
Reference in a new issue