We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef904a commit effb878Copy full SHA for effb878
.github/workflows/main.yml
@@ -14,4 +14,4 @@ jobs:
14
- run: |
15
set -x
16
env | sort
17
- python3 -c 'import psutil; print(sorted(psutil.Process.open_files()))'
+ python3 -c 'import psutil; print(sorted(psutil.Process().open_files()))'
0 commit comments