summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
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