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

svn: r10498
This commit is contained in:
Brian Matherly 2008-04-06 05:01:03 +00:00
parent 3dda9cd643
commit f9d3f36888

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