mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused variable (no exception, within the try/finally block)
This commit is contained in:
parent
aad668d559
commit
d5e30999c7
1 changed files with 0 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue