return str.strip(binascii.unhexlify(ret_str)) is causing an exception such that SFP eeprom fields are not being populated properly. This occurs because the str.strip exception is being returned from convert_hex_to_string instead of the properly converted value.
return str.strip(binascii.unhexlify(ret_str)) is causing an exception such that SFP eeprom fields are not being populated properly. This occurs because the str.strip exception is being returned from convert_hex_to_string instead of the properly converted value.