[Fix] resedit: save works as it should now.
This commit is contained in:
parent
c6161c8acd
commit
cbffbfc2a0
@ -74,7 +74,7 @@ def save(xmlfile, data, basetag, tag, has_name=True, do_array=None):
|
|||||||
xml.appendChild(base)
|
xml.appendChild(base)
|
||||||
|
|
||||||
fp = open(xmlfile, "w")
|
fp = open(xmlfile, "w")
|
||||||
xml.writexml(fp, "", "", "\n" "UTF-8")
|
xml.writexml(fp, "", "", "\n", "UTF-8")
|
||||||
|
|
||||||
xml.unlink()
|
xml.unlink()
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user