summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-29 23:53:06 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-29 23:53:06 +0000
commitb333348905f59e8adbd1fb3e1dd40d0ae9870bd2 (patch)
tree84d563420dcb5a9f226ae481cfad3c8b203f82a2 /textw
parent2afb6f2350bf1bec86f4a57ba63f1665d7893fe2 (diff)
downloadanaconda-b333348905f59e8adbd1fb3e1dd40d0ae9870bd2.tar.gz
anaconda-b333348905f59e8adbd1fb3e1dd40d0ae9870bd2.tar.xz
anaconda-b333348905f59e8adbd1fb3e1dd40d0ae9870bd2.zip
fix notting's traceback when choosing to not format a preexisting partition
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 ba3e0ddc6..433321a3a 100644
--- a/textw/partition_text.py
+++ b/textw/partition_text.py
@@ -779,7 +779,7 @@ class PartitionWindow:
continue
if (not request.format and request.mountpoint
- and request.formatOnByDefault()):
+ and request.formatByDefault()):
if not queryNoFormatPreExisting(self.intf):
continue