This commit is contained in:
wangsong 2021-10-28 19:31:29 +08:00
parent b35516c8bb
commit 7d2c70b1aa
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class InstallBackend():
if pkg.name in adjust_pkgs:
pkgs_upgrade.append(self.local_upgrade_data.adjust_pkgs[adjust_pkgs.index(pkg.name)])
else:
pkgs_upgrade.append(pkgname)
pkgs_upgrade.append(pkg.name)
elif pkg.marked_delete:
pkgs_remove.append(pkg.name)
except KeyError: