Merge pull request #25559 from cachedout/lint_win_pkg

Lint win_pkg
This commit is contained in:
Mike Place 2015-07-20 11:46:29 -06:00
commit 50c257b1d5

View file

@ -646,7 +646,7 @@ def _get_name_map():
u_name_map = {}
name_map = get_repo_data().get('name_map', {})
for k in name_map.keys():
u_name_map[salt.utils.sdecode(k)] = name_map[k]
u_name_map[salt.utils.sdecode(k)] = name_map[k]
return u_name_map