mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make get_event compatible with salt/client
This commit is contained in:
parent
de6e5abe6c
commit
5d4c90c479
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue