Skip to content

Commit

Permalink
add all
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Nov 2, 2022
1 parent e92c74f commit 9745e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-ycabled/ycable/ycable.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def __init__(self, y_cable_presence):
threading.Thread.__init__(self)
self.exc = None
self.task_stopping_event = threading.Event()
self.sfp_error_event = sfp_error_event
self.y_cable_presence = y_cable_presence
self.table_helper = y_cable_table_helper.YcableInfoUpdateTableHelper()


Expand Down Expand Up @@ -155,6 +157,7 @@ def __init__(self, sfp_error_event, y_cable_presence):
self.exc = None
self.task_stopping_event = threading.Event()
self.sfp_insert_events = {}
self.y_cable_presence = y_cable_presence
self.table_helper = y_cable_table_helper.YcableStateUpdateTableHelper()


Expand Down

0 comments on commit 9745e6a

Please sign in to comment.