From afa3a1daa48ff693b7d1b1e62b356c7527c9d5a2 Mon Sep 17 00:00:00 2001 From: LarryWoestman Date: Mon, 25 Apr 2022 19:25:03 -0700 Subject: [PATCH] Added a missing "continue". --- src/Mod/Path/PathScripts/PathPost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathPost.py b/src/Mod/Path/PathScripts/PathPost.py index d1e02d459c..ddb6d8dfb9 100644 --- a/src/Mod/Path/PathScripts/PathPost.py +++ b/src/Mod/Path/PathScripts/PathPost.py @@ -298,6 +298,7 @@ class CommandPathPost: if tc == currTool: curlist.append((obj, tc)) + continue if tc != currTool and currTool is None: # first TC currTool = tc