We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1616f48 commit 22c0f4dCopy full SHA for 22c0f4d
platform/mellanox/mlnx-platform-api/sonic_platform/chassis.py
@@ -71,7 +71,7 @@ def __init__(self):
71
sfp_module = SFP(index, 'QSFP')
72
else:
73
sfp_module = SFP(index, 'SFP')
74
- self._psu_list.append(sfp_module)
+ self._sfp_list.append(sfp_module)
75
76
def _extract_num_of_fans_and_fan_drawers(self):
77
num_of_fan = 0
0 commit comments