Skip to content

Commit

Permalink
Fix key for partition pool class lookup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlehman committed Oct 15, 2019
1 parent f0617b4 commit 3f6b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/blivet.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def _create(self):


_BLIVET_POOL_TYPES = {
"disk": BlivetPartitionPool,
"partition": BlivetPartitionPool,
"lvm": BlivetLVMPool
}

Expand Down

0 comments on commit 3f6b84c

Please sign in to comment.