[LCSC field] Fixed the detection
- Randomly confused the reference
This commit is contained in:
parent
39960d90da
commit
4db3788830
|
|
@ -511,6 +511,7 @@ class Optionable(object):
|
||||||
if lcsc_re.match(val):
|
if lcsc_re.match(val):
|
||||||
found = True
|
found = True
|
||||||
else:
|
else:
|
||||||
|
found = False
|
||||||
break
|
break
|
||||||
if found:
|
if found:
|
||||||
GS.sch._field_lcsc_part = f
|
GS.sch._field_lcsc_part = f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue