Fix mistake

This commit is contained in:
Fierelier 2023-01-28 03:25:45 +01:00
parent 7014853d09
commit 8f794f5f84

View File

@ -307,7 +307,7 @@ def main():
except Exception:
pass
if crypto:
if encrypt:
try:
del partitions[partitions.index(cryptoPartition)]
except Exception: