Materials: card writer, add whitspace between FreeCAD and version string

This commit is contained in:
Bernd Hahnebach
2019-06-03 22:17:50 +02:00
committed by GitHub
parent 7a2f05541c
commit db1f3ac0c8

View File

@@ -204,7 +204,7 @@ def write(filename, dictionary, write_group_section=True):
f.write("; " + header["AuthorAndLicense"].encode("utf8") + "\n")
f.write("; information about the content of such cards can be found on the wiki:\n")
f.write("; https://www.freecadweb.org/wiki/Material\n")
f.write("; file created by FreeCAD" + rev + "\n")
f.write("; file created by FreeCAD " + rev + "\n")
# write sections
# write standard FCMat section if write group section parameter is set to False
if write_group_section is False: