summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-02-20 21:58:52 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-02-20 21:58:52 +0000
commit1c7cf25d80ce974b1e29200e7ef05988ddae79cd (patch)
tree0f11d3a437513dab3ce4743e3a9452e9d9463fa0 /autopart.py
parent8850830f83319c675d687928cda6058ae6970e21 (diff)
downloadanaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.tar.gz
anaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.tar.xz
anaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.zip
Revert API change
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index 0e301e12e..fb66fedd1 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1490,7 +1490,7 @@ def autoCreatePartitionRequests(autoreq):
"""
requests = []
- for (mntpt, fstype, minsize, maxsize, grow, format, asvol) in autoreq:
+ for (mntpt, fstype, minsize, maxsize, grow, format) in autoreq:
if fstype:
ptype = fsset.fileSystemTypeGet(fstype)
else: