parent
9f66b151af
commit
9228137187
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ def check_4k_alignment(show_alert=False):
|
||||||
if not match:
|
if not match:
|
||||||
LOG.error('Failed to parse partition info for: %s', line)
|
LOG.error('Failed to parse partition info for: %s', line)
|
||||||
continue
|
continue
|
||||||
if int(match.group('offset')) % 4096 == 0:
|
if int(match.group('offset')) % 4096 != 0:
|
||||||
report.append(
|
report.append(
|
||||||
color_string(
|
color_string(
|
||||||
f'{match.group("description")}'
|
f'{match.group("description")}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue