diff --git a/src/calibre/ebooks/metadata/fb2.py b/src/calibre/ebooks/metadata/fb2.py index a2c56d7167..04e11d5e1f 100644 --- a/src/calibre/ebooks/metadata/fb2.py +++ b/src/calibre/ebooks/metadata/fb2.py @@ -199,7 +199,7 @@ def _parse_author(elm_author, ctx): if nname: author = nname - return author + return str(author) def _parse_book_title(root, ctx):