diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-04 23:17:15 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-04 23:17:15 +0000 |
commit | 74d59b45adb317644988c227ec5713e9735f1499 (patch) | |
tree | 97344edc2919e8ccb645cd8644636d2b41f6a296 | |
parent | cb7cdd879e777b045bd1c9875db1912b067cf2ad (diff) | |
download | anaconda-74d59b45adb317644988c227ec5713e9735f1499.tar.gz anaconda-74d59b45adb317644988c227ec5713e9735f1499.tar.xz anaconda-74d59b45adb317644988c227ec5713e9735f1499.zip |
I can't type
-rw-r--r-- | partitioning.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/partitioning.py b/partitioning.py index 00d313256..6ab18a2c8 100644 --- a/partitioning.py +++ b/partitioning.py @@ -1083,7 +1083,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)") + ptype = fsset.fileSystemTypeGet("physical volume (LVM)") elif part.fs_type: ptype = get_partition_file_system_type(part) if part.fs_type.name == "linux-swap": |