0002015: Trying to select items to produce a book report - error message received.
svn: r10497
This commit is contained in:
parent
1644727587
commit
4ebc9cf846
@ -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…
Reference in New Issue
Block a user