Don't complain if report style files don't exist.
svn: r633
This commit is contained in:
parent
ab57a4969d
commit
9d5df95afc
@ -457,6 +457,8 @@ class StyleSheetList:
|
|||||||
parser = make_parser()
|
parser = make_parser()
|
||||||
parser.setContentHandler(SheetParser(self))
|
parser.setContentHandler(SheetParser(self))
|
||||||
parser.parse(self.file)
|
parser.parse(self.file)
|
||||||
|
except IOError:
|
||||||
|
pass
|
||||||
except:
|
except:
|
||||||
print "could not parse file"
|
print "could not parse file"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user