summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textw/partition_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py
index fbd45ce6f..3d4e209b6 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -829,7 +829,7 @@ class AutoPartitionWindow:
typebox.setCurrent(0)
elif id.autoClearPartType == CLEARPART_TYPE_ALL:
typebox.setCurrent(1)
- else
+ else:
typebox.setCurrent(2)
self.g.add(typebox, 0, 2, (0,1,0,0))