summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
Diffstat (limited to 'partRequests.py')
-rw-r--r--partRequests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partRequests.py b/partRequests.py
index 322a22cbd..1a8bd8854 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -111,7 +111,7 @@ class RequestSpec:
# pin down our partitions so that we can reread the table
device.solidify()
-
+
if self.fstype.getName() == "swap":
mountpoint = "swap"
else:
@@ -540,7 +540,7 @@ class VolumeGroupRequestSpec(RequestSpec):
"""
if not fstype:
- fsset.fileSystemTypeGet("volume group (LVM)")
+ fstype = fsset.fileSystemTypeGet("volume group (LVM)")
RequestSpec.__init__(self, fstype = fstype, format = format)
self.type = REQUEST_VG