Make get_event compatible with salt/client

This commit is contained in:
macgyver13 2015-09-17 21:00:35 -04:00 committed by rallytime
parent de6e5abe6c
commit 5d4c90c479

View file

@ -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