0002015: Trying to select items to produce a book report - error message received.

svn: r10497
This commit is contained in:
Brian Matherly 2008-04-06 04:59:18 +00:00
parent 1644727587
commit 4ebc9cf846

View File

@ -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