summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 17:07:37 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 17:07:37 +0000
commit05d1cc4181826e1aced1df7e59574740a1bff18d (patch)
treeb21c230828dce3eadf4bd9d6508c86012af035ba /iw
parent5987f359b7fa538e2c1f90e571bcc5b06c843995 (diff)
downloadanaconda-05d1cc4181826e1aced1df7e59574740a1bff18d.tar.gz
anaconda-05d1cc4181826e1aced1df7e59574740a1bff18d.tar.xz
anaconda-05d1cc4181826e1aced1df7e59574740a1bff18d.zip
delete ddruid object
Diffstat (limited to 'iw')
-rw-r--r--iw/rootpartition.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py
index 071cef737..7be4b74a0 100644
--- a/iw/rootpartition.py
+++ b/iw/rootpartition.py
@@ -177,6 +177,7 @@ class AutoPartitionWindow(InstallWindow):
self.todo.fstab.rescanPartitions(clearcache)
self.todo.instClass.removeFromSkipList("format")
elif self.manuallyPartition.get_active():
+ del self.druid
# see comment above about clearing cache
clearcache = not self.todo.fstab.getRunDruid()
self.todo.fstab.setRunDruid(1)