mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix linter
This commit is contained in:
parent
4702e22345
commit
c55359fe45
1 changed files with 1 additions and 1 deletions
|
@ -1335,7 +1335,7 @@ class TestDaemon(object):
|
|||
ret = None
|
||||
if ret and 'minions' not in ret:
|
||||
continue
|
||||
if ret and sorted(ret['minions']) == ['minion', 'sub_minion']:
|
||||
if ret and sorted(ret['minions']) == ['minion', 'sub_minion']:
|
||||
break
|
||||
if time.time() - start >= timeout:
|
||||
raise RuntimeError("Ping Minions Failed")
|
||||
|
|
Loading…
Add table
Reference in a new issue