Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
type is never going to be a partition
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gerlach committed Feb 4, 2017
1 parent 5cbd083 commit 4eb90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrapvz/common/tasks/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def run(cls, info):

def is_additional(partition):
return (not isinstance(partition, UnformattedPartition) and
partition.name not in ["boot", "swap", "root", "type"])
partition.name not in ["boot", "swap", "root"])

p_map = info.volume.partition_map
partitions = p_map.partitions
Expand Down

0 comments on commit 4eb90a5

Please sign in to comment.