Skip to content

Commit

Permalink
Materials: card writer, add whitspace between FreeCAD and version string
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jun 3, 2019
1 parent 25c1007 commit 6e5ec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Material/importFCMat.py
Expand Up @@ -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:
Expand Down

0 comments on commit 6e5ec32

Please sign in to comment.