summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-23 23:10:08 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-23 23:10:08 +0000
commit197673f4be7b247967ab23b58c0c98b9323c1921 (patch)
tree0c74cd96f08aeb1840952fd11fa193d6d8ec7a4c /upgrade.py
parent73dc82e3df64d1711a09543e268711ac87bf4e19 (diff)
downloadanaconda-197673f4be7b247967ab23b58c0c98b9323c1921.tar.gz
anaconda-197673f4be7b247967ab23b58c0c98b9323c1921.tar.xz
anaconda-197673f4be7b247967ab23b58c0c98b9323c1921.zip
blah, changed here too
Diffstat (limited to 'upgrade.py')
-rw-r--r--upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py
index fe1c6f05a..a6ec212d6 100644
--- a/upgrade.py
+++ b/upgrade.py
@@ -50,7 +50,7 @@ def findExistingRoots (intf, id, chroot):
def mountRootPartition(intf, rootInfo, oldfsset, instPath, allowDirty = 0,
raiseErrors = 0):
- (root, rootFs) = rootInfo
+ (root, rootFs) = rootInfo[0]
diskset = DiskSet()
diskset.openDevices()