Skip to content

Commit

Permalink
[devices]: DellEMC:S5232 fix transceiver change event (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindmani-1 authored Feb 11, 2020
1 parent 729f343 commit 169cfe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def reset(self, port_num):

return True

def get_transceiver_change_event(self):
def get_transceiver_change_event(self, timeout=0):
port_dict = {}
while True:
for port_num in range(self.port_start, (self.port_end + 1)):
Expand Down

0 comments on commit 169cfe7

Please sign in to comment.