commit | b02a43291cc5e2d5677ecbb80c0fd608d67a1374 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Tue Nov 27 12:59:04 2018 +1100 |
committer | Stephen Finucane <stephenfin@redhat.com> | Wed Apr 28 16:31:17 2021 +0000 |
tree | 46649fc38080c576317dcf18ec3022474ccd1e51 | |
parent | c062792709def9ef10ddac68867e1b7bf9009435 [diff] |
Handle disappearing pids in mlock_report.py If a pid disappears on us while we're reading, we should just continue on. EnvironmentError is just an alias for OSError since Python 3.3, so use the latter name. [0] [0] https://docs.python.org/3/library/exceptions.html#OSError Change-Id: I3a25cca328e1469f72c84a118a9691c1c0258bc4 Closes-Bug: #1926434