summaryrefslogtreecommitdiffstats
path: root/partitioning.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-01-25 01:57:32 +0000
committerJeremy Katz <katzj@redhat.com>2002-01-25 01:57:32 +0000
commit739988ad0810e9d1b70be7a24e25b839bc411477 (patch)
tree3d11bbe7e2b72d400d33cbe2b1369cdf4f97752f /partitioning.py
parenta79e2e6addccc7ceb371e5aa6d4a8750a79b73e5 (diff)
downloadanaconda-739988ad0810e9d1b70be7a24e25b839bc411477.tar.gz
anaconda-739988ad0810e9d1b70be7a24e25b839bc411477.tar.xz
anaconda-739988ad0810e9d1b70be7a24e25b839bc411477.zip
oops
Diffstat (limited to 'partitioning.py')
-rw-r--r--partitioning.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partitioning.py b/partitioning.py
index 62d09fdb7..a4510a566 100644
--- a/partitioning.py
+++ b/partitioning.py
@@ -962,7 +962,7 @@ class Partitions:
elif part.get_flag(parted.PARTITION_RAID) == 1:
ptype = fsset.fileSystemTypeGet("software RAID")
elif part.get_flag(parted.PARTITION_LVM) == 1:
- pytpe = fsset.FileSystemTypeGet("physical volume (LVM)")
+ pytpe = fsset.fileSystemTypeGet("physical volume (LVM)")
elif part.fs_type:
ptype = get_partition_file_system_type(part)
if part.fs_type.name == "linux-swap":