From 4db37888305fd4f36c95e626db856db5a6ed75f8 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 31 Jan 2023 13:00:58 -0300 Subject: [PATCH] [LCSC field] Fixed the detection - Randomly confused the reference --- kibot/optionable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/optionable.py b/kibot/optionable.py index b2465056..c0dfffe3 100644 --- a/kibot/optionable.py +++ b/kibot/optionable.py @@ -511,6 +511,7 @@ class Optionable(object): if lcsc_re.match(val): found = True else: + found = False break if found: GS.sch._field_lcsc_part = f