diff --git a/src/Mod/Material/importFCMat.py b/src/Mod/Material/importFCMat.py index e76b909ad492..3ae054552ae8 100644 --- a/src/Mod/Material/importFCMat.py +++ b/src/Mod/Material/importFCMat.py @@ -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: