From 2469dacf7476a060ee6aade7752fe5d8de025adb Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 12 Aug 2019 15:10:50 -0400 Subject: [PATCH] Fix issue in previous commit --- src/Mod/Arch/importIFC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/importIFC.py b/src/Mod/Arch/importIFC.py index 32dbe8c8ac..5f0840674f 100644 --- a/src/Mod/Arch/importIFC.py +++ b/src/Mod/Arch/importIFC.py @@ -1197,7 +1197,7 @@ def insert(filename,docname,skip=[],only=[],root=None): # there are files around in which the material color is different from the shape color # all viewers use the shape color whereas in FreeCAD the shape color will be # overwritten by the material color (if there is a material with a color). - # In such a case FreeCAD shows different a color than all common ifc viewers + # In such a case FreeCAD shows a different color than all common ifc viewers # https://forum.freecadweb.org/viewtopic.php?f=39&t=38440 col = objects[o].ViewObject.ShapeColor[:3] dig = 5