summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-12 17:32:31 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-12 17:32:31 +0000
commitc196c69fb7fd175fb7c1d7fb5dce73547d7292f4 (patch)
tree38c9604ba5126043cd85e5268ca6e17397db4652 /upgrade.py
parentd5f16a1c3ed9549f9b34a15a1d12c15300461831 (diff)
downloadanaconda-c196c69fb7fd175fb7c1d7fb5dce73547d7292f4.tar.gz
anaconda-c196c69fb7fd175fb7c1d7fb5dce73547d7292f4.tar.xz
anaconda-c196c69fb7fd175fb7c1d7fb5dce73547d7292f4.zip
2005-04-12 Jeremy Katz <katzj@redhat.com>
* upgrade.py (upgradeFindPackages): Fix message (#154552)
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/upgrade.py b/upgrade.py
index 095a3cd79..f28e2e630 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -438,8 +438,7 @@ def upgradeFindPackages(intf, method, id, instPath, dir):
"installed arch of %s. This is likely "
"to not succeed. Are you sure you "
"wish to continue the upgrade process?")
- %(productName, h[rpm.RPMTAG_ARCH],
- myarch),
+ %(productName, myarch, h[rpm.RPMTAG_ARCH]),
type="yesno")
if rc == 0:
try: