mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 21:16:12 +01:00
IGN:...
This commit is contained in:
parent
fec6cd442d
commit
090a25f532
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def string_to_authors(raw):
|
|||
|
||||
def authors_to_string(authors):
|
||||
if authors is not None:
|
||||
return ' & '.join([a.replace('&', '&&') for a in authors])
|
||||
return ' & '.join([a.replace('&', '&&') for a in authors if a])
|
||||
else:
|
||||
return ''
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue