summaryrefslogtreecommitdiffstats
path: root/hdrlist.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-12 02:03:59 +0000
committerJeremy Katz <katzj@redhat.com>2003-06-12 02:03:59 +0000
commitd1aa5609c1845ad8c7bbd123e6e1e7197171719a (patch)
tree7a00cd578da353801c5c8dbb06f31c800a5afebd /hdrlist.py
parent3eaede5dcc6b0e5addf1269119ada194fd2d6852 (diff)
downloadanaconda-d1aa5609c1845ad8c7bbd123e6e1e7197171719a.tar.gz
anaconda-d1aa5609c1845ad8c7bbd123e6e1e7197171719a.tar.xz
anaconda-d1aa5609c1845ad8c7bbd123e6e1e7197171719a.zip
merge from taroon. fixes driver disks, side effect of pulling in newanaconda-9.0.92-1
buildinstall stuff
Diffstat (limited to 'hdrlist.py')
-rw-r--r--hdrlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdrlist.py b/hdrlist.py
index 382a51862..35aa94f93 100644
--- a/hdrlist.py
+++ b/hdrlist.py
@@ -376,7 +376,7 @@ class HeaderList:
pkg = self.getBestNevra(item)
if pkg is None:
- raise KeyError, "No such package"
+ raise KeyError, "No such package %s" %(item,)
return self.pkgs[pkg]