We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390b495 commit 7d1d38bCopy full SHA for 7d1d38b
1 file changed
archinstall/lib/luks.py
@@ -40,10 +40,6 @@ def erase(self) -> None:
40
worker.poll()
41
worker.write(b'YES\n', line_ending=False)
42
43
- def __post_init__(self) -> None:
44
- if self.luks_dev_path is None:
45
- raise ValueError('Partition must have a path set')
46
-
47
def __enter__(self) -> None:
48
self.unlock(self.key_file)
49
0 commit comments