From db1f3ac0c8b80ed0e27cbad6f0a862f43c7fc1c6 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 3 Jun 2019 22:17:50 +0200 Subject: [PATCH] Materials: card writer, add whitspace between FreeCAD and version string --- src/Mod/Material/importFCMat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/importFCMat.py b/src/Mod/Material/importFCMat.py index e76b909ad4..3ae054552a 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: