mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=18840
This commit is contained in:
parent
a1d18e7e11
commit
c653852718
|
@ -122,7 +122,7 @@ class XMLConfig:
|
|||
"""Read the XML object's file source and return self."""
|
||||
if failopen_ok and not os.path.exists(self.filename):
|
||||
self._init_empty_xml()
|
||||
return self
|
||||
else:
|
||||
try:
|
||||
self.xml = xml.dom.minidom.parse(self.filename)
|
||||
strip_white_space(self.xml)
|
||||
|
|
Loading…
Reference in New Issue