Skip to content

Commit

Permalink
rm outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Aug 2, 2023
1 parent 3917610 commit 72ae660
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions psutil/_pslinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -1660,8 +1660,6 @@ def wrapper(self, *args, **kwargs):
self._raise_if_zombie()
if not os.path.exists("%s/%s" % (self._procfs_path, self.pid)):
raise NoSuchProcess(self.pid, self._name)
# Note: zombies will keep existing under /proc until they're
# gone so there's no way to distinguish them in here.
raise
return wrapper

Expand Down

0 comments on commit 72ae660

Please sign in to comment.