summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-06-27 20:20:32 +0000
committerMike Fulbright <msf@redhat.com>2003-06-27 20:20:32 +0000
commit8a38c76f2b93138a6e00dc70da0e2204ad93d6b0 (patch)
tree49315f3ad8071e6a24bfea94bd0ecaf5aa5d26de /packages.py
parente3b243ebb778ea2521f27532c6e16b8e4f503e60 (diff)
downloadanaconda-8a38c76f2b93138a6e00dc70da0e2204ad93d6b0.tar.gz
anaconda-8a38c76f2b93138a6e00dc70da0e2204ad93d6b0.tar.xz
anaconda-8a38c76f2b93138a6e00dc70da0e2204ad93d6b0.zip
doh did all the work and forgot to change the one call to the function I replaced
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 7c8cb236e..c0799c88d 100644
--- a/packages.py
+++ b/packages.py
@@ -330,7 +330,7 @@ class InstallCallback:
while self.rpmFD < 0:
try:
- fn = self.method.getFilename(h, self.pkgTimer,
+ fn = self.method.getRPMFilename(h, self.pkgTimer,
callback=self.packageDownloadCB)
self.rpmFD = os.open(fn, os.O_RDONLY)