From 1763f46abf0bebdb86276089640c06f665dee825 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:07:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/Mod/CAM/Path/Main/Gui/Job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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