[devices]: DellEMC:S5232 fix transceiver change event (#3924)

This commit is contained in:
Aravind Mani 2020-02-12 05:04:05 +05:30 committed by GitHub
parent 729f343f77
commit 169cfe79bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@ class SfpUtil(SfpUtilBase):
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)):