Skip to content

Commit

Permalink
fix LGTM
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Mar 29, 2021
1 parent 63c6977 commit d04d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/muxcable.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def get_per_npu_statedb(per_npu_statedb, port_table_keys):
per_npu_statedb[asic_id].STATE_DB, 'MUX_CABLE_TABLE|*')


def get_physical_port_list(port, physical_port_list)
def get_physical_port_list(port, physical_port_list):

if platform_sfputil is not None:
physical_port_list = platform_sfputil_helper.logical_port_name_to_physical_port_list(port)
Expand Down

0 comments on commit d04d25a

Please sign in to comment.