mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unnecessary and
This commit is contained in:
parent
501f91a388
commit
2bdcadaa27
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def state(
|
|||
if not m_state:
|
||||
if minion not in fail_minions:
|
||||
fail.add(minion)
|
||||
failures[minion] = m_ret and m_ret or 'Minion did not respond'
|
||||
failures[minion] = m_ret or 'Minion did not respond'
|
||||
continue
|
||||
for state_item in six.itervalues(m_ret):
|
||||
if state_item['changes']:
|
||||
|
|
Loading…
Add table
Reference in a new issue