Skip to content

Commit

Permalink
[sfputil]fix an syntax error (sonic-net#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenxs authored and tiantianlv committed Apr 24, 2020
1 parent 4339482 commit 0afb7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def get_transceiver_change_event(self, timeout=0):
from swsscommon import swsscommon
self.state_db = swsscommon.DBConnector("STATE_DB",
REDIS_TIMEOUT_USECS,
True))
True)

# Subscribe to state table for SFP change notifications
self.db_sel = swsscommon.Select()
Expand Down

0 comments on commit 0afb7f9

Please sign in to comment.