Skip to content

Commit

Permalink
[devices]: fix SFP initialization in the Chassis for mlnx-platform-api (
Browse files Browse the repository at this point in the history
  • Loading branch information
txj36 authored and lguohan committed Jul 2, 2019
1 parent 1616f48 commit 22c0f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self):
sfp_module = SFP(index, 'QSFP')
else:
sfp_module = SFP(index, 'SFP')
self._psu_list.append(sfp_module)
self._sfp_list.append(sfp_module)

def _extract_num_of_fans_and_fan_drawers(self):
num_of_fan = 0
Expand Down

0 comments on commit 22c0f4d

Please sign in to comment.