lowstate is always a list

This commit is contained in:
Thomas S Hatch 2013-08-24 00:09:25 -06:00
parent 40f5bd54bd
commit 2ff67f7a18

View File

@ -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