From ad39095847c0dd4fc3252bb0fdb43090f547463e Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sun, 5 Jan 2020 23:33:29 +0100 Subject: [PATCH] Material: code formating, spaces --- 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 ac8bfa9376..47224f4b23 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): FreeCAD.Console.PrintMessage("File CardName is used: {}\n".format(card_name_file)) if sys.version_info.major >= 3: f.write("; " + card_name_file + "\n") - #f.write("; " + header["AuthorAndLicense"] + "\n") + # f.write("; " + header["AuthorAndLicense"] + "\n") f.write("; " + header.get("AuthorAndLicense", "no author") + "\n") else: f.write("; " + header["CardName"].encode("utf8") + "\n")