Skip to content

Commit

Permalink
fix missing paramter[target] of restart_anlt()
Browse files Browse the repository at this point in the history
Signed-off-by: xinyu <xinyu0123@gmail.com>
  • Loading branch information
xinyulin committed Jul 3, 2021
1 parent 08cd622 commit 19342e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_y_cable/y_cable_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def get_autoswitch_hysteresis_timer(self):

raise NotImplementedError

def restart_anlt(self):
def restart_anlt(self, target):
"""
This API restarts auto-negotiation + link training (AN/LT) mode
The port on which this API is called for can be referred using self.port.
Expand Down

0 comments on commit 19342e6

Please sign in to comment.