[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):
|
||||
found = True
|
||||
else:
|
||||
found = False
|
||||
break
|
||||
if found:
|
||||
GS.sch._field_lcsc_part = f
|
||||
|
|
|
|||
Loading…
Reference in New Issue