mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Lint win_pkg
This commit is contained in:
parent
7c7015ccda
commit
53a00add99
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user