Merge pull request #17098 from mgwilliams/ret_config

fix returner config bug
This commit is contained in:
Thomas S Hatch 2014-11-03 20:41:41 -07:00
commit 87e9db4de8

View File

@ -64,7 +64,7 @@ def get_returner_options(virtualname=None,
ret_config = _fetch_ret_config(ret)
attrs = attrs = {}
attrs = attrs or {}
profile_attr = kwargs.get('profile_attr', None)
profile_attrs = kwargs.get('profile_attrs', None)
defaults = kwargs.get('defaults', None)