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:
lxnay
2008-08-02 15:36:50 +00:00
parent c847942b57
commit b7a4a644e0
+1 -1
View File
@@ -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: