mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pass in empty kwarg for reactor
This commit is contained in:
parent
2868061ee4
commit
63bb0fb2c4
1 changed files with 1 additions and 3 deletions
|
@ -571,9 +571,7 @@ class Compiler(object):
|
|||
if state.startswith('__'):
|
||||
continue
|
||||
chunk = {'state': state,
|
||||
'name': name,
|
||||
'arg': [],
|
||||
'kwarg': {}}
|
||||
'name': name}
|
||||
if '__sls__' in body:
|
||||
chunk['__sls__'] = body['__sls__']
|
||||
if '__env__' in body:
|
||||
|
|
Loading…
Add table
Reference in a new issue