mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 19:46:04 +01:00
FB2 output: Fix metadata typo.
This commit is contained in:
parent
b1486cc5b5
commit
1a88688500
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def fb2_header(self):
|
|||
|
||||
if len(author_parts) == 1:
|
||||
author_last = author_parts[0]
|
||||
elif len(author_parts == 2):
|
||||
elif len(author_parts) == 2:
|
||||
author_first = author_parts[0]
|
||||
author_last = author_parts[1]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue