mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 01:03:23 +02:00
...
This commit is contained in:
parent
6f07ecab4a
commit
12f9e50634
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ def fetch_metadata(self):
|
|||
title = qstring_to_unicode(self.title.text())
|
||||
try:
|
||||
author = string_to_authors(unicode(self.authors.text()))[0]
|
||||
except IndexError:
|
||||
except:
|
||||
author = ''
|
||||
publisher = qstring_to_unicode(self.publisher.currentText())
|
||||
if isbn or title or author or publisher:
|
||||
|
|
|
|||
Loading…
Reference in a new issue