[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-12-23 12:07:36 +00:00
parent 3a7177764e
commit 1763f46abf

View File

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