0002015: Trying to select items to produce a book report - error message received.
svn: r10498
This commit is contained in:
parent
3dda9cd643
commit
f9d3f36888
@ -490,7 +490,8 @@ class BookList:
|
||||
the_file = open(self.file)
|
||||
p.parse(the_file)
|
||||
the_file.close()
|
||||
except (IOError,OSError,ValueError,SAXParseException):
|
||||
except (IOError, OSError, ValueError, SAXParseException, KeyError, \
|
||||
AttributeError):
|
||||
pass
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user