mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix pylint
This commit is contained in:
parent
f749cafa25
commit
5455c5053b
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ def highstate(test=None, queue=False, **kwargs):
|
|||
finally:
|
||||
st_.pop_active()
|
||||
|
||||
if isinstance(ret, dict) and (__salt__['config.option']('state_data', '') == 'terse' or \
|
||||
if isinstance(ret, dict) and (__salt__['config.option']('state_data', '') == 'terse' or
|
||||
kwargs.get('terse')):
|
||||
ret = _filter_running(ret)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue