summaryrefslogtreecommitdiffstats
path: root/textw/partitioning.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/partitioning.py')
-rw-r--r--textw/partitioning.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py
index 44cd61338..cd3d030b4 100644
--- a/textw/partitioning.py
+++ b/textw/partitioning.py
@@ -98,10 +98,8 @@ class AutoPartitionWindow:
drives = todo.drives.available ().keys ()
drives.sort (isys.compareDrives)
todo.ddruid = fsedit(0, drives, fstab, todo.zeroMbr)
-
- if not todo.instClass.finishPartitioning(todo.ddruid):
- todo.log ("Autopartitioning FAILED\n")
-
+ if not todo.instClass.finishPartitioning(todo.ddruid):
+ todo.log ("Autopartitioning FAILED\n")
if not todo.getPartitionWarningText():
return INSTALL_NOOP