Added a missing "continue".

This commit is contained in:
LarryWoestman
2022-04-25 19:25:03 -07:00
parent e7b4a92d10
commit afa3a1daa4

View File

@@ -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