Skip to content

Commit

Permalink
Fix typo in new function
Browse files Browse the repository at this point in the history
  • Loading branch information
noaOrMlnx committed Nov 13, 2024
1 parent f4f6a3a commit 996926b
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 @@ -2097,7 +2097,7 @@ def wait_for_port_config_done(self, namespace):
break

# remove ports from TRANSCEIVER_INFO table, if they don't exist in CONFIG DB
def remove_ports_from_transceiver_table(self, logical_port_list):
def remove_ports_from_transceiver_table(self, logical_ports_list):
for namespace in self.namespaces:
asic_id = multi_asic.get_asic_index_from_namespace(namespace)
transceiver_info_table = self.xcvr_table_helper.get_intf_tbl(asic_id)
Expand Down

0 comments on commit 996926b

Please sign in to comment.