fix typos

This commit is contained in:
Chrysostomus 2021-02-02 23:07:35 +02:00
parent 8c0c84f162
commit fcf6e2fb25

View File

@ -88,7 +88,7 @@ def mount_partition(root_mount_point, partition, partitions):
for p in partitions:
if "mountPoint" not in p or not p["mountPoint"]:
continue
if p["mountpoint"] in subvolume_mountpoints and p["mountpoint"] != '/':
if p["mountPoint"] in subvolume_mountpoints and p["mountPoint"] != '/':
btrfs_subvolumes = [d for d in btrfs_subvolumes if d['mountPoint'] != p["mountpoint"]]
# Check if we need a subvolume for swap file
swap_choice = global_storage.value( "partitionChoices" )