Fix another regression in the isbndb plugin

This commit is contained in:
Kovid Goyal 2010-10-06 17:33:26 -06:00
parent 2dab246d4d
commit e3f6049cf6

View File

@ -83,7 +83,7 @@ class ISBNDBMetadata(Metadata):
summ = tostring(book.find('summary')) summ = tostring(book.find('summary'))
if summ: if summ:
self.comments = 'SUMMARY:\n'+summ.string self.comments = 'SUMMARY:\n'+summ
def build_isbn(base_url, opts): def build_isbn(base_url, opts):