We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6d7e commit b70ddb2Copy full SHA for b70ddb2
device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py
@@ -190,7 +190,7 @@ def get_transceiver_change_event(self, timeout=0):
190
from swsscommon import swsscommon
191
self.state_db = swsscommon.DBConnector("STATE_DB",
192
REDIS_TIMEOUT_USECS,
193
- True))
+ True)
194
195
# Subscribe to state table for SFP change notifications
196
self.db_sel = swsscommon.Select()
0 commit comments