[Trivial]: Typo in comment for _get_partition
Change-Id: I29a3ea86dd710fc206d9c25cb12b08324538d224
This commit is contained in:
@@ -75,7 +75,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
|
||||||
|
Reference in New Issue
Block a user