Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions archinstall/lib/disk/device_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,6 @@ def unlock_luks2_dev(
if not luks_handler.is_unlocked():
luks_handler.unlock()

if not luks_handler.is_unlocked():
raise DiskError(f'Failed to unlock luks2 device: {dev_path}')

return luks_handler

def umount_all_existing(self, device_path: Path) -> None:
Expand Down