Start: Write test page in non-binary format
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user