Skip to content

Commit 22c0f4d

Browse files
txj36lguohan
authored andcommitted
[devices]: fix SFP initialization in the Chassis for mlnx-platform-api (#3012)
1 parent 1616f48 commit 22c0f4d

File tree

1 file changed

+1
-1
lines changed
  • platform/mellanox/mlnx-platform-api/sonic_platform

1 file changed

+1
-1
lines changed

platform/mellanox/mlnx-platform-api/sonic_platform/chassis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self):
7171
sfp_module = SFP(index, 'QSFP')
7272
else:
7373
sfp_module = SFP(index, 'SFP')
74-
self._psu_list.append(sfp_module)
74+
self._sfp_list.append(sfp_module)
7575

7676
def _extract_num_of_fans_and_fan_drawers(self):
7777
num_of_fan = 0

0 commit comments

Comments
 (0)