summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-19 23:57:51 +0000
committerMike Fulbright <msf@redhat.com>2002-08-19 23:57:51 +0000
commit6c3d0f9114008225e0c655be3c618a06fc35bfc6 (patch)
tree12d8382d8749817ee1607f2387c1f5b71e9b4a4e /autopart.py
parent724383479c03dba94b7a00239ae5b95571c02192 (diff)
downloadanaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.tar.gz
anaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.tar.xz
anaconda-6c3d0f9114008225e0c655be3c618a06fc35bfc6.zip
doh
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 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