Don't complain if report style files don't exist.

svn: r633
This commit is contained in:
David Hampton 2001-12-18 06:44:36 +00:00
parent 58d13f5fbb
commit 106666cd48

View File

@ -457,6 +457,8 @@ class StyleSheetList:
parser = make_parser()
parser.setContentHandler(SheetParser(self))
parser.parse(self.file)
except IOError:
pass
except:
print "could not parse file"