mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #27213 from macgyver13/patch-1
Make get_event compatible with salt/client
This commit is contained in:
commit
1054928234
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user