From 5b906b31d78f3e1bf122ea33d4783eb54e4cc7a9 Mon Sep 17 00:00:00 2001 From: macgyver13 Date: Thu, 17 Sep 2015 21:00:35 -0400 Subject: [PATCH] Make get_event compatible with salt/client --- salt/utils/raetevent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utils/raetevent.py b/salt/utils/raetevent.py index 9004b3cd20..eb37c98c18 100644 --- a/salt/utils/raetevent.py +++ b/salt/utils/raetevent.py @@ -148,7 +148,7 @@ class RAETEvent(object): ''' return raw - def get_event(self, wait=5, tag='', full=False): + def get_event(self, wait=5, tag='', match_type=None, full=False, no_block=None): ''' Get a single publication. IF no publication available THEN block for up to wait seconds