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