Correct variable name

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 78fb3217d6
commit 1af6a85492

@ -220,7 +220,7 @@ def package_status(m, pkgname, version, cache, state):
# Only claim the package is upgradable if a candidate matches the version
package_is_upgradable = False
for candidate in avail_upgrades:
if pkg.versions[candidate] > p.installed:
if pkg.versions[candidate] > pkg.installed:
package_is_upgradable = True
break
else:

Loading…
Cancel
Save