mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fixes typos
This commit is contained in:
parent
0fa3c78f54
commit
7bee70938b
@ -92,7 +92,7 @@ def process_file(path, options, logger=None):
|
|||||||
options.output = os.path.abspath(os.path.expanduser(options.output))
|
options.output = os.path.abspath(os.path.expanduser(options.output))
|
||||||
if not mi.title:
|
if not mi.title:
|
||||||
mi.title = os.path.splitext(os.path.basename(fb2))[0]
|
mi.title = os.path.splitext(os.path.basename(fb2))[0]
|
||||||
if (not options.title or options.title == _('Unknown')'):
|
if (not options.title or options.title == _('Unknown')):
|
||||||
options.title = mi.title
|
options.title = mi.title
|
||||||
if (not options.author or options.author == _('Unknown')) and mi.authors:
|
if (not options.author or options.author == _('Unknown')) and mi.authors:
|
||||||
options.author = mi.authors.pop()
|
options.author = mi.authors.pop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user