jaypipes / pcidb

Small golang library for querying PCI database (pciids) information
Apache License 2.0
33 stars 15 forks source link

Remove pci ids file if failure to fetch it #26

Closed martinkennelly closed 3 years ago

martinkennelly commented 3 years ago

Previous to this patch, if retrieving pci ids file failed, an empty and pointless pci ids file would be left on the host.

Signed-off-by: Kennelly, Martin martin.kennelly@intel.com

Partially helps fix #25