diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2005-02-20 21:58:52 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2005-02-20 21:58:52 +0000 |
commit | 1c7cf25d80ce974b1e29200e7ef05988ddae79cd (patch) | |
tree | 0f11d3a437513dab3ce4743e3a9452e9d9463fa0 /autopart.py | |
parent | 8850830f83319c675d687928cda6058ae6970e21 (diff) | |
download | anaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.tar.gz anaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.tar.xz anaconda-1c7cf25d80ce974b1e29200e7ef05988ddae79cd.zip |
Revert API change
Diffstat (limited to 'autopart.py')
-rw-r--r-- | autopart.py | 2 |
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: |