Skip to content

Commit 14c6e53

Browse files
authored
[sff8472.py] Make hex keys all lowercase (sonic-net#115)
Alpha chars in hex-based keys should be lowercase
1 parent b60f46c commit 14c6e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_platform_base/sonic_sfp/sff8472.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class sff8472InterfaceId(sffbase):
281281
'09': 'MU',
282282
'0a': 'SG',
283283
'0b': 'Optical pigtail',
284-
'0C': 'MPO Parallel Optic',
284+
'0c': 'MPO Parallel Optic',
285285
'20': 'HSSDCII',
286286
'21': 'CopperPigtail',
287287
'22': 'RJ45'}

0 commit comments

Comments
 (0)