mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Lint fix
This commit is contained in:
parent
b977e1e33b
commit
c52f85ea7e
@ -272,11 +272,11 @@ def get(tgt, fun, expr_form='glob', exclude_minion=False):
|
||||
'fun': fun,
|
||||
'expr_form': expr_form,
|
||||
}
|
||||
ret = _mine_get(load, __opts__)
|
||||
if exclude_minion:
|
||||
if __opts__['id'] in ret:
|
||||
del ret[__opts__['id']]
|
||||
return ret
|
||||
ret = _mine_get(load, __opts__)
|
||||
if exclude_minion:
|
||||
if __opts__['id'] in ret:
|
||||
del ret[__opts__['id']]
|
||||
return ret
|
||||
|
||||
|
||||
def delete(fun):
|
||||
|
Loading…
Reference in New Issue
Block a user