summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-11-15 18:24:53 +0000
committerJeremy Katz <katzj@redhat.com>2005-11-15 18:24:53 +0000
commit1bc50c63512ab6fcb143c896f3d33db66f633bf8 (patch)
tree1559efb537036f63d4bf78993236a15f5ce80af6 /yuminstall.py
parent4efda2b2ac2762aa2e080a68566e5101707f2a53 (diff)
downloadanaconda-1bc50c63512ab6fcb143c896f3d33db66f633bf8.tar.gz
anaconda-1bc50c63512ab6fcb143c896f3d33db66f633bf8.tar.xz
anaconda-1bc50c63512ab6fcb143c896f3d33db66f633bf8.zip
2005-11-15 Jeremy Katz <katzj@redhat.com>
* yuminstall.py (simpleCallback.callback): And fix the method name
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index d5675b716..87531d727 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -106,7 +106,7 @@ class simpleCallback:
self.instLog.flush()
self.size = hdr[rpm.RPMTAG_SIZE]
- fn = self.method.getRPMFileName(self, os.path.basename(path), hdr, None)
+ fn = self.method.getRPMFilename(self, os.path.basename(path), hdr, None)
fd = os.open(fn, os.O_RDONLY)
nvra = '%s-%s-%s.%s' % ( hdr['name'], hdr['version'], hdr['release'], hdr['arch'] )
self.fdnos[nvra] = fd