From c20be61e124ccb3f2434c6dc61016524ed936c7c Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 6 May 2021 14:20:20 +0200 Subject: Removed obsolete variable in prep for multi-disk support. --- archinstall/lib/disk.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archinstall') diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index 44462a21..1865c4fb 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -30,7 +30,6 @@ class BlockDevice(): # TODO: Currently disk encryption is a BIT misleading. # It's actually partition-encryption, but for future-proofing this # I'm placing the encryption password on a BlockDevice level. - self.encryption_password = None def __repr__(self, *args, **kwargs): return f"BlockDevice({self.device})" -- cgit v1.2.3-70-g09d2