Skip to content

Commit 2c14791

Browse files
committed
fix LGTM
Signed-off-by: vaibhav-dahiya <[email protected]>
1 parent 3cfc033 commit 2c14791

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonic-ycabled/ycable/ycable_utilities/y_cable_helper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4039,4 +4039,7 @@ def join(self):
40394039
helper_logger.log_info("stopped all thread")
40404040

40414041
if self.exc is not None:
4042+
4043+
assert self._thread is not None # prevent illegal false positive LGTM
4044+
40424045
raise self.exc

0 commit comments

Comments
 (0)