mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove key transformations
This commit is contained in:
parent
9ac52c9123
commit
e5b3e77186
1 changed files with 0 additions and 1 deletions
|
@ -478,7 +478,6 @@ def info(*packages, **attr):
|
|||
if len(line) != 2:
|
||||
continue
|
||||
key, value = line
|
||||
key = key.replace(' ', '_').lower()
|
||||
if key != 'name' and filter_attrs and key not in filter_attrs:
|
||||
continue
|
||||
if key == 'description':
|
||||
|
|
Loading…
Add table
Reference in a new issue