This commit is contained in:
Kovid Goyal 2011-10-16 17:18:26 +05:30
parent 68448106a6
commit 12fffc051e

View File

@ -207,8 +207,11 @@ class PRS505(USBMS):
c = self.initialize_XML_cache() c = self.initialize_XML_cache()
blists = {} blists = {}
for i in c.paths: for i in c.paths:
if booklists[i] is not None: try:
blists[i] = booklists[i] if booklists[i] is not None:
blists[i] = booklists[i]
except IndexError:
pass
opts = self.settings() opts = self.settings()
if opts.extra_customization: if opts.extra_customization:
collections = [x.strip() for x in collections = [x.strip() for x in