There was an error while loading. Please reload this page.
1 parent 35a8345 commit 8480ff3Copy full SHA for 8480ff3
1 file changed
sonic-ycabled/ycable/ycable_utilities/y_cable_helper.py
@@ -2697,7 +2697,6 @@ def __init__(self):
2697
threading.Thread.__init__(self)
2698
2699
self.exc = None
2700
- self.task_name = "YCableCliUpdate"
2701
self.task_download_firmware_thread = {}
2702
self.task_stopping_event = threading.Event()
2703
self.cli_table_helper = y_cable_table_helper.YcableCliUpdateTableHelper()
@@ -2923,8 +2922,6 @@ def join(self):
2923
2922
helper_logger.log_info("stopped all thread")
2924
if self.exc is not None:
2925
2926
- assert self.task_name is not None # prevent illegal false positive LGTM
2927
-
2928
raise self.exc
2929
2930
0 commit comments