Skip to content

Commit

Permalink
try to fix failure
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 14, 2024
1 parent 8ba5df2 commit 4f2841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/_psbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def open_files(self):
def num_fds(self):
"""Return the number of file descriptors opened by this process."""
ret = cext.proc_num_fds(self.pid)
if NETBSD:
if NETBSD or OPENBSD:
self._assert_alive()
return ret

Expand Down

0 comments on commit 4f2841c

Please sign in to comment.