mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove unused variable (no exception, within the try/finally block)
This commit is contained in:
parent
aad668d559
commit
d5e30999c7
@ -1089,7 +1089,6 @@ def sls(mods, test=None, exclude=None, queue=False, **kwargs):
|
|||||||
mods = mods.split(',')
|
mods = mods.split(',')
|
||||||
|
|
||||||
st_.push_active()
|
st_.push_active()
|
||||||
ret = {}
|
|
||||||
try:
|
try:
|
||||||
high_, errors = st_.render_highstate({opts['environment']: mods})
|
high_, errors = st_.render_highstate({opts['environment']: mods})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user