commit | 79cd0d3cf76c6b48ab253affaa2748c909a84540 | [log] [tgz] |
---|---|---|
author | John Kacur <jkacur@redhat.com> | Tue Nov 23 13:01:05 2021 -0500 |
committer | John Kacur <jkacur@redhat.com> | Wed Nov 24 12:46:40 2021 -0500 |
tree | 7218b6f1c777469916da7e3eb6c6a4413ad0f6bc | |
parent | b19fcff34817fed331b4b5e554be8665cb42c40b [diff] |
python-linux-procfs: pflags: Handle pids that completed Sometimes pids disappear when they are completed. Programs such as pflags that use procfs must account for that. The solution is to simply recognize this situation, and to continue. Reviewed-by: Leah Leshchinsky <lleshchi@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>