Skip to content

Commit

Permalink
fix deadcode coverity scan issue in pexpect.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DenitsaTH committed Oct 21, 2024
1 parent bbec1e2 commit 11f2a8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/pexpect.py
Original file line number Diff line number Diff line change
Expand Up @@ -1229,9 +1229,6 @@ def isalive(self):
if pid == 0:
return True

if pid == 0:
return True

if os.WIFEXITED(status):
self.status = status
self.exitstatus = os.WEXITSTATUS(status)
Expand Down

0 comments on commit 11f2a8b

Please sign in to comment.