mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
lowstate is always a list
This commit is contained in:
parent
40f5bd54bd
commit
2ff67f7a18
@ -391,8 +391,6 @@ def show_lowstate():
|
||||
ret = st_.compile_low_chunks()
|
||||
finally:
|
||||
st_.pop_active()
|
||||
if isinstance(ret, list):
|
||||
__context__['retcode'] = 1
|
||||
return ret
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user