Comment 1 for bug 1948362

Revision history for this message
yoloClin (yoloclin) wrote :

Ran into this exact issue, and modifying line 198 to

```
     if vendor.find('8086') != -1 or vendor.lower().find('1002') != -1:
```

successfully allowed me to use the utility. Thanks @Lialosiu.