Remove unused variable (no exception, within the try/finally block)

This commit is contained in:
Bo Maryniuk 2017-11-21 13:01:00 +01:00
parent aad668d559
commit d5e30999c7

View File

@ -1089,7 +1089,6 @@ def sls(mods, test=None, exclude=None, queue=False, **kwargs):
mods = mods.split(',')
st_.push_active()
ret = {}
try:
high_, errors = st_.render_highstate({opts['environment']: mods})