N端的存在的话,i7也不能重复
parent
568223d354
commit
7437077a00
|
|
@ -245,7 +245,9 @@ class AutoLayout:
|
|||
|
||||
# barcode有重复
|
||||
notrepeatbarcode = True
|
||||
if self.chip_barcode_recode[chipname].intersection({item['barcode'] for item in library_data['data']}):
|
||||
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']}):
|
||||
notrepeatbarcode = False
|
||||
|
||||
# 互斥的文库
|
||||
|
|
|
|||
Loading…
Reference in New Issue