DellEMC S6100: Decode bytearray to string in eeprom plugin (#6093)
Make Dell S6100 eeprom plugin handle bytearray returned by TlvInfoDecoder
This commit is contained in:
parent
68464381bc
commit
2610ad8453
@ -28,4 +28,4 @@ class board(eeprom_tlvinfo.TlvInfoDecoder):
|
||||
|
||||
# 'results' is a list containing 3 elements, type (int), length (int),
|
||||
# and value (string) of the requested TLV
|
||||
return results[2]
|
||||
return results[2].decode('ascii')
|
||||
|
Loading…
Reference in New Issue
Block a user