Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
Signed-off-by: Giampaolo Rodola <[email protected]>
  • Loading branch information
giampaolo committed Dec 18, 2023
2 parents cf12bca + 8e574ff commit ad2f0bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psutil/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,8 @@ def print_sysinfo():
os.system("tasklist")
elif which("ps"):
os.system("ps aux")
print("=" * 70, file=sys.stderr) # NOQA
sys.stdout.flush()


def is_win_secure_system_proc(pid):
Expand Down

0 comments on commit ad2f0bf

Please sign in to comment.