diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-06-26 16:57:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 16:57:36 -0700 |
commit | 2f60e997fc1c500e0c245979bbecf2761f36e820 (patch) | |
tree | 5459ce3b71fad107ec41c8b720811a8110a3380d /scripts/procsmem.py | |
parent | 7a3ed446447ec845a7d03b32233b4ed7b48f3c26 (diff) | |
download | psutil-2f60e997fc1c500e0c245979bbecf2761f36e820.tar.gz |
Rename OSX to macOS (#1298)
rename OSX to macOS
Diffstat (limited to 'scripts/procsmem.py')
-rwxr-xr-x | scripts/procsmem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/procsmem.py b/scripts/procsmem.py index a28794b9..ab9ad066 100755 --- a/scripts/procsmem.py +++ b/scripts/procsmem.py @@ -41,7 +41,7 @@ import sys import psutil -if not (psutil.LINUX or psutil.OSX or psutil.WINDOWS): +if not (psutil.LINUX or psutil.MACOS or psutil.WINDOWS): sys.exit("platform not supported") |