Skip to content

sffbase.py convert_hex_to_string method is throwing exception on str.strip operation after Python 3 migration #160

@snider-nokia

Description

@snider-nokia

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions