You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am observing an exception while parsing a dmidecode dump file from a Lenovo workstation. The exception is generated by the following line in DmiParser.parse():
prop_name, prop_value = [x.strip() for x in line.split(':', 1)]
The record which caused the exception:
Handle 0x001D, DMI type 10, 8 bytes
On Board Device 1 Information
Type: Ethernet
Status: Enabled
Description: GbE Controller
On Board Device 2 Information
Type: Ethernet
Status: Enabled
Description: GbE2 Controller
The text was updated successfully, but these errors were encountered:
I am observing an exception while parsing a dmidecode dump file from a Lenovo workstation. The exception is generated by the following line in DmiParser.parse():
prop_name, prop_value = [x.strip() for x in line.split(':', 1)]
The record which caused the exception:
Handle 0x001D, DMI type 10, 8 bytes
On Board Device 1 Information
Type: Ethernet
Status: Enabled
Description: GbE Controller
On Board Device 2 Information
Type: Ethernet
Status: Enabled
Description: GbE2 Controller
The text was updated successfully, but these errors were encountered: