Skip to content

Commit

Permalink
check_first_part_offset: update comment about why the command might'v…
Browse files Browse the repository at this point in the history
…e failed
  • Loading branch information
mhecko committed Apr 18, 2024
1 parent 1a5fa36 commit e408a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def check_first_partition_offset():
if not is_ok:
problematic_devices.append(device)
except CalledProcessError:
# The disk is too small for grub, or the disk does not exists - therefore, grub.get_grub_devices lied
# The path does not point to an actual device, or the disk does not exists - grub.get_grub_devices lied?
msg = 'Failed to check the offset of the first partition of the device {0}'
raise StopActorExecutionError(msg.format(device))

Expand Down

0 comments on commit e408a73

Please sign in to comment.