Skip to content

Commit

Permalink
Fix the space in initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph committed Aug 24, 2020
1 parent 17572de commit 710689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-xcvrd/scripts/xcvrd
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def detect_port_in_error_status(logical_port_name, status_tbl):
# Init TRANSCEIVER_STATUS table
def init_port_sfp_status_tbl(stop_event=threading.Event()):
# Connect to STATE_DB and create transceiver status table
state_db, status_tbl = {},{}
state_db, status_tbl = {}, {}

# Get the namespaces in the platform
namespaces = multi_asic.get_front_end_namespaces()
Expand Down

0 comments on commit 710689f

Please sign in to comment.