From b44e21cc6d6af3ab8f7c0541aabcd919bc83af31 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Sat, 9 May 2020 08:22:26 +0100 Subject: [PATCH] remove job level warning for cycle time error --- src/Mod/Path/PathScripts/PathJob.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathJob.py b/src/Mod/Path/PathScripts/PathJob.py index 33e3d253b0..4738d6745f 100644 --- a/src/Mod/Path/PathScripts/PathJob.py +++ b/src/Mod/Path/PathScripts/PathJob.py @@ -370,7 +370,6 @@ class ObjectJob: ## convert the formatted time from HH:MM:SS to just seconds opCycleTime = sum(x * int(t) for x, t in zip([1, 60, 3600], reversed(formattedCycleTime.split(":")))) except: - FreeCAD.Console.PrintWarning("Error converting the operations cycle time. Job Cycle time may be innacturate\n") continue if opCycleTime > 0: