Skip to content

Commit

Permalink
Renamed get_cable_type to get_cable_length_type
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpat1 committed Nov 29, 2023
1 parent 28aecb0 commit 3102609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/xcvrd/xcvrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ def get_transceiver_info_dict_for_npu_si_settings(self, pport, lport, api):
helper_logger.log_info("Module {} media type not found".format(lport))
return None

cable_type = api.get_cable_type()
cable_type = api.get_cable_length_type()
if cable_type is None:
helper_logger.log_info("Module {} cable type not found".format(lport))
return None
Expand Down

0 comments on commit 3102609

Please sign in to comment.