From 9d7baa02c6a0e7d6bda0d09467754d20fc4b5370 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 27 Jun 2001 04:39:43 +0000 Subject: fix typo --- upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.py b/upgrade.py index cdde5b164..3e71d6506 100644 --- a/upgrade.py +++ b/upgrade.py @@ -311,7 +311,7 @@ def upgradeFindPackages (intf, method, id, instPath): package.select() if iutil.getArch() == "i386" and id.bootloader.useGrub(): - if id.hdList.has_key("grub") and not id.hdList["grub"].isSelected() + if id.hdList.has_key("grub") and not id.hdList["grub"].isSelected(): try: db.findbyname ("grub") except rpm.error: -- cgit