Merge "[Trivial]: Typo in comment for _get_partition"
This commit is contained in:
commit
358a46c4fe
@ -76,7 +76,7 @@ def _get_partition(device, uuid):
|
|||||||
part[key] = val.strip()
|
part[key] = val.strip()
|
||||||
# Ignore non partition
|
# Ignore non partition
|
||||||
if part.get('TYPE') != 'part':
|
if part.get('TYPE') != 'part':
|
||||||
# NOTE(TheJulia): This techincally creates an edge failure
|
# NOTE(TheJulia): This technically creates an edge failure
|
||||||
# case where a filesystem on a whole block device sans
|
# case where a filesystem on a whole block device sans
|
||||||
# partitioning would behave differently.
|
# partitioning would behave differently.
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user