Skip to content

Commit effb878

Browse files
Update main.yml
1 parent 0ef904a commit effb878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
- run: |
1515
set -x
1616
env | sort
17-
python3 -c 'import psutil; print(sorted(psutil.Process.open_files()))'
17+
python3 -c 'import psutil; print(sorted(psutil.Process().open_files()))'

0 commit comments

Comments
 (0)