mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25869 from rallytime/bp-25788
Back-port #25788 to 2015.5
This commit is contained in:
commit
f26310ff0b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def running(opts):
|
|||
data = _read_proc_file(path, opts)
|
||||
if data is not None:
|
||||
ret.append(data)
|
||||
except IOError:
|
||||
except (IOError, OSError):
|
||||
# proc files may be removed at any time during this process by
|
||||
# the minion process that is executing the JID in question, so
|
||||
# we must ignore ENOENT during this process
|
||||
|
|
Loading…
Add table
Reference in a new issue