From 2fa8c9ec8f3312956c7f584d2a9647bfd63eec00 Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Fri, 4 May 2018 22:53:40 -0400 Subject: [PATCH] Removed an errant semicolon. --- CQGui/Command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CQGui/Command.py b/CQGui/Command.py index a656518..cae4274 100644 --- a/CQGui/Command.py +++ b/CQGui/Command.py @@ -188,7 +188,7 @@ class CadQueryExecuteScript: build_result = cqModel.build(build_parameters=build_parameters) if Settings.report_execute_time: - FreeCAD.Console.PrintMessage("Script executed in " + str(build_result.buildTime) + " seconds\r\n"); + FreeCAD.Console.PrintMessage("Script executed in " + str(build_result.buildTime) + " seconds\r\n") # Make sure that the build was successful if build_result.success: