diff options
author | Mike Fulbright <msf@redhat.com> | 2002-08-19 23:57:51 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-08-19 23:57:51 +0000 |
commit | 6c3d0f9114008225e0c655be3c618a06fc35bfc6 (patch) | |
tree | 12d8382d8749817ee1607f2387c1f5b71e9b4a4e /autopart.py | |
parent | 724383479c03dba94b7a00239ae5b95571c02192 (diff) | |
download | anaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.tar.gz anaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.tar.xz anaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.zip |
doh
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 08acc17e1..adb278a4c 100644 --- a/autopart.py +++ b/autopart.py @@ -396,7 +396,7 @@ def fitSized(diskset, requests, primOnly = 0, newParts = None): # def growLogicalVolumes(diskset, requests): - if vgreq is None or diskset is None: + if requests is None or diskset is None: return # iterate over each volume group, grow logical volumes in each |