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