mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix reactor ping test
This commit is contained in:
parent
b6028b907b
commit
e3e1d2ed08
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ def _fetch_events(q):
|
|||
except Exception as exc:
|
||||
# This is broad but we'll see all kinds of issues right now
|
||||
# if we drop the proc out from under the socket while we're reading
|
||||
log.exception("Exception caught while getting events %r", exc)
|
||||
log.exception("Exception caught while getting events %r", exc)
|
||||
q.put(events)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue