summaryrefslogtreecommitdiffstats
path: root/upgrade.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-23 23:29:24 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-23 23:29:24 +0000
commitdde0a3d6209786afcb77cce8bc381439d9d6af74 (patch)
tree82e706213fbbd2782758555d9a3d268a407d2cd9 /upgrade.py
parent359958c2cc5b6466bc1afd4f61509accb16b7d78 (diff)
downloadanaconda-dde0a3d6209786afcb77cce8bc381439d9d6af74.tar.gz
anaconda-dde0a3d6209786afcb77cce8bc381439d9d6af74.tar.xz
anaconda-dde0a3d6209786afcb77cce8bc381439d9d6af74.zip
no, it doesn't... actually looking at code before deciding the solution is correct is good
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 a6ec212d6..fe1c6f05a 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[0]
+ (root, rootFs) = rootInfo
diskset = DiskSet()
diskset.openDevices()