From 1a886885005edd81c0a90c3abae9d30f56ffbb30 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 8 Aug 2009 20:57:12 -0400 Subject: [PATCH] FB2 output: Fix metadata typo. --- src/calibre/ebooks/fb2/fb2ml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/fb2/fb2ml.py b/src/calibre/ebooks/fb2/fb2ml.py index 11f06b399f..51e23a1028 100644 --- a/src/calibre/ebooks/fb2/fb2ml.py +++ b/src/calibre/ebooks/fb2/fb2ml.py @@ -93,7 +93,7 @@ class FB2MLizer(object): 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: