fix linter

This commit is contained in:
Daniel A. Wozniak 2019-02-12 11:13:42 -07:00
parent f2e4a30916
commit ab0a6a38e5
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -1275,7 +1275,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")