pass in empty kwarg for reactor

This commit is contained in:
Daniel Wallace 2017-07-25 15:34:44 -06:00 committed by rallytime
parent 2868061ee4
commit 63bb0fb2c4

View file

@ -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: