Fixed variable naming
This commit is contained in:
parent
8f113a77bc
commit
7087cd6ce4
@ -67,7 +67,6 @@ class YumPackager(pack.Packager):
|
||||
which_removed = []
|
||||
for info in pkgs:
|
||||
name = info['name']
|
||||
info = pkgs.get(name) or {}
|
||||
removable = info.get('removable', True)
|
||||
if not removable:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user