summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-22 20:39:44 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-22 20:39:44 +0000
commit7f2aa4e5f615ed041a5d33a7ad5bdf57d43ed8e0 (patch)
tree934ed9de4ec34f674418e8398384569e19fd5cde
parent288fd229c5c02198b9f66691547ace2055e25a79 (diff)
downloadanaconda-7f2aa4e5f615ed041a5d33a7ad5bdf57d43ed8e0.tar.gz
anaconda-7f2aa4e5f615ed041a5d33a7ad5bdf57d43ed8e0.tar.xz
anaconda-7f2aa4e5f615ed041a5d33a7ad5bdf57d43ed8e0.zip
this does occur inside the loop now; don't have to do it more than once
-rw-r--r--packages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index 5bac24ba4..dde7e646f 100644
--- a/packages.py
+++ b/packages.py
@@ -306,8 +306,6 @@ class InstallCallback:
_("The file %s cannot be opened. This is due to "
"a missing file, a bad package, or bad media. "
"Press <return> to try again.") % fn)
- # FIXME: get should probably be inside the loop
- fn = self.method.getFilename(h, self.pkgTimer)
fn = self.method.unlinkFilename(fn)
return self.rpmFD