N端的存在的话,i7也不能重复
parent
7437077a00
commit
70f00df07f
|
|
@ -247,7 +247,9 @@ class AutoLayout:
|
|||
notrepeatbarcode = True
|
||||
if self.chip_barcode_recode[chipname].intersection({item['barcode'] for item in library_data['data']}) or \
|
||||
self.chip_barcode_recode[chipname].intersection(
|
||||
{'N' * 8 + item['i7'] for item in library_data['data']}):
|
||||
{'N' * 8 + item['i7'] for item in library_data['data']}) or \
|
||||
self.chip_barcode_recode[chipname].intersection(
|
||||
{item['i5'] + 'N' * 8 for item in library_data['data']}):
|
||||
notrepeatbarcode = False
|
||||
|
||||
# 互斥的文库
|
||||
|
|
|
|||
Loading…
Reference in New Issue