We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfa887 commit 8b9d10bCopy full SHA for 8b9d10b
1 file changed
__main__.py
@@ -87,7 +87,7 @@ def main(pack_path: str, xml_path: str):
87
if node.tag != 'Device':
88
continue
89
for ele in node.iter():
90
- if ele.tag == 'ChipInfo' and ele.attrib.get('Vendor') == vendor_name:
+ if ele.tag == 'ChipInfo':
91
vendor_existed_devs.append(ele.attrib.get('Name'))
92
93
print('exsited devices: ' + str(vendor_existed_devs))
0 commit comments