Entropy/UGCClientAuthStore:
- also handle IOError on parse git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2328 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -20549,7 +20549,7 @@ class UGCClientAuthStore:
|
||||
self.store = {}
|
||||
try:
|
||||
self.xmldoc = self.minidom.parse(self.access_file)
|
||||
except self.expat.ExpatError:
|
||||
except (self.expat.ExpatError,IOError,):
|
||||
self.xmldoc = None
|
||||
if self.xmldoc != None:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user