Commit 3807e2d
committed
psutil: remove empty tuple from
The PR that introduced this #6669
only showed results for `raddr`, not `laddr`
The documentation https://psutil.readthedocs.io/en/latest/#psutil.net_connections
says that `raddr` can be the empty tuple. It does not say that `laddr` can be the empty tuple.laddr
1 parent a1c4ca3 commit 3807e2d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments