Skip to content

Commit 9e2eb29

Browse files
stephenxsjleveque
authored andcommitted
[xcvrd] fix issue: xcvrd fails due to syntax error after sequential reboot (#43)
1 parent 1039764 commit 9e2eb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonic-xcvrd/scripts/xcvrd

+1
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ def main():
533533
state = STATE_INIT
534534
while XCVRD_MAIN_TASK_RUNNING_FLAG:
535535
next_state = state
536+
time_start = time.time()
536537
status, port_dict = platform_sfputil.get_transceiver_change_event(timeout)
537538
event = mapping_event_from_change_event(status, port_dict)
538539

0 commit comments

Comments
 (0)