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 2f500f4987
commit c78854ba2e

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()