Catch OSError in addition to IOError on attempting to load the xml file
svn: r772
This commit is contained in:
parent
28a3789763
commit
11df129422
@ -479,8 +479,8 @@ class StyleSheetList:
|
|||||||
parser.parse(self.file)
|
parser.parse(self.file)
|
||||||
except IOError:
|
except IOError:
|
||||||
pass
|
pass
|
||||||
# except:
|
except OSError:
|
||||||
# print "could not parse file"
|
pass
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user