mirror of https://github.com/BOINC/boinc.git
make default xml indent 4 spaces
This commit is contained in:
parent
7a8937fbaf
commit
45a20fd403
|
@ -144,7 +144,7 @@ class XMLConfig:
|
|||
self._set_elements()
|
||||
if not output:
|
||||
output = open(self.filename,'w')
|
||||
self.xml.writexml(output, "", " ", "\n")
|
||||
self.xml.writexml(output, "", " "*4, "\n")
|
||||
print >>output
|
||||
return self
|
||||
def _set_elements(self):
|
||||
|
|
Loading…
Reference in New Issue