summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-30 00:47:03 +0000
committerMatt Wilson <msw@redhat.com>1999-08-30 00:47:03 +0000
commit8e43c33791c32fbc2bb853f93a150a7c96b2be0a (patch)
tree12280a57d1a25230f8b49b62f914521985589e1e /text.py
parentb906cfc16d97ffd279d9a3bc3ee806d73581dc8c (diff)
downloadanaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.tar.gz
anaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.tar.xz
anaconda-8e43c33791c32fbc2bb853f93a150a7c96b2be0a.zip
um... can't set the default to None. It breaks.
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 55cd2022d..b8bd6b248 100644
--- a/text.py
+++ b/text.py
@@ -926,7 +926,7 @@ class LiloWindow:
elif (todo.getLiloLocation == "partition"):
default = bootpart
else:
- default = None
+ default = 0
format = "/dev/%-11s %s"
locations = []