summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-26 00:22:29 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-26 00:22:29 +0000
commitf203f1fcd1ef0a3fda708c656de6a2137fc2b18e (patch)
treed90720e0540236ba0ce37c1d7eef850c7f9eabe4 /textw
parent9a968520d3abc10717fd1d066e9e0be43514a070 (diff)
downloadanaconda-f203f1fcd1ef0a3fda708c656de6a2137fc2b18e.tar.gz
anaconda-f203f1fcd1ef0a3fda708c656de6a2137fc2b18e.tar.xz
anaconda-f203f1fcd1ef0a3fda708c656de6a2137fc2b18e.zip
oops
Diffstat (limited to 'textw')
-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))