Start: Write test page in non-binary format

This commit is contained in:
Yorik van Havre
2018-10-04 11:11:48 -03:00
parent ebec4cd5e2
commit da9c652782

View File

@@ -487,7 +487,7 @@ def exportTestFile():
"Allow to check if everything is Ok"
f = open(os.path.expanduser("~")+os.sep+"freecad-startpage.html","wb")
f = open(os.path.expanduser("~")+os.sep+"freecad-startpage.html","w")
f.write(handle())
f.close()