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
Improved parsing of device vendor (requested in #58)
As reported in #57, sometimes there is a None vale in some device diagnostics. This is now handled.
DeviceList: Added init param catch_errors (defaults to False) to catch errors when parsing devices. This is useful when you want to parse a list of devices and you don't want to stop the parsing if one of the devices fails. The error will be printed to logger.exception and the device will be skipped. Requested in #59.