Merge pull request #4557 from luzpaz/crowdin/whitespaces-substituted-into-code
Crowdin: represent whitespace in code instead of in string
This commit is contained in:
@@ -269,4 +269,4 @@ def export(exportList,filename):
|
||||
csg.write("}\n}\n")
|
||||
# close file
|
||||
csg.close()
|
||||
FreeCAD.Console.PrintMessage("successfully exported "+filename)
|
||||
FreeCAD.Console.PrintMessage("successfully exported" + " " + filename)
|
||||
|
||||
Reference in New Issue
Block a user