Skip to content

Commit

Permalink
fix LGTM
Browse files Browse the repository at this point in the history
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 committed Oct 21, 2022
1 parent 3cfc033 commit 2c14791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sonic-ycabled/ycable/ycable_utilities/y_cable_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4039,4 +4039,7 @@ def join(self):
helper_logger.log_info("stopped all thread")

if self.exc is not None:

assert self._thread is not None # prevent illegal false positive LGTM

raise self.exc

0 comments on commit 2c14791

Please sign in to comment.