add decode utf8 importWebGL.py
This commit is contained in:
parent
9ef4a2e21b
commit
0f88536d42
|
@ -117,7 +117,7 @@ def export(exportList,filename):
|
|||
outfile = pythonopen(filename,"wb")
|
||||
outfile.write(html)
|
||||
outfile.close()
|
||||
FreeCAD.Console.PrintMessage(translate("Arch","successfully written ")+filename+"\n")
|
||||
FreeCAD.Console.PrintMessage(translate("Arch","successfully written ").decode("utf8")+filename+"\n")
|
||||
|
||||
def getHTML(objectsList):
|
||||
"returns the complete HTML code of a viewer for the given objects"
|
||||
|
|
Loading…
Reference in New Issue
Block a user