diff --git a/src/Mod/CAM/Path/Main/Gui/Job.py b/src/Mod/CAM/Path/Main/Gui/Job.py index 174431d14b..509a5af80e 100644 --- a/src/Mod/CAM/Path/Main/Gui/Job.py +++ b/src/Mod/CAM/Path/Main/Gui/Job.py @@ -722,7 +722,7 @@ class StockFromExistingEdit(StockEdit): # => ridgid string comparison fails # Instead of ridgid string comparsion use partial (needle in haystack) # string comparison - #if label == stockName: # ridgid string comparison + # if label == stockName: # ridgid string comparison if label in stockName: # partial string comparison index = i