mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
6c8c4182dd
commit
0f5a7f0abf
1 changed files with 2 additions and 1 deletions
|
@ -710,8 +710,9 @@ class SaltMinionEventAssertsMixin(object):
|
|||
while True:
|
||||
try:
|
||||
event = self.q.get(False)
|
||||
except Emtpy:
|
||||
except Empty:
|
||||
time.sleep(sleep_time)
|
||||
continue
|
||||
if isinstance(event, dict):
|
||||
event.pop('_stamp')
|
||||
if desired_event == event:
|
||||
|
|
Loading…
Add table
Reference in a new issue