From 96ecd57895564e1983d6d273401cf15908a2e8af Mon Sep 17 00:00:00 2001 From: luzpaz Date: Tue, 25 Apr 2023 14:56:49 +0000 Subject: [PATCH] Arch: remove superfluous semi-colon in importWebGL.py --- src/Mod/Arch/importWebGL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/importWebGL.py b/src/Mod/Arch/importWebGL.py index 671264b688..41c205a6ee 100644 --- a/src/Mod/Arch/importWebGL.py +++ b/src/Mod/Arch/importWebGL.py @@ -690,7 +690,7 @@ def export( exportList, filename, colors = None, camera = None ): # Pull all obj data before we dig down the links label = obj.Label - color = '#cccccc'; + color = '#cccccc' opacity = 1.0 if FreeCADGui: color = Draft.getrgb(obj.ViewObject.ShapeColor, testbw = False)