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: except Exception:
pass pass
if crypto: if encrypt:
try: try:
del partitions[partitions.index(cryptoPartition)] del partitions[partitions.index(cryptoPartition)]
except Exception: except Exception: