summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/partedUtils.py b/partedUtils.py
index b17d0b8fc..8d8791a60 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -1000,8 +1000,8 @@ class DiskSet:
if self.anaconda is not None:
if self.anaconda.isKickstart:
ks = True
- clearDevs = self.anaconda.id.ksdata.clearpart["drives"]
- initAll = self.anaconda.id.ksdata.clearpart["initAll"]
+ clearDevs = self.anaconda.id.ksdata.clearpart.drives
+ initAll = self.anaconda.id.ksdata.clearpart.initAll
# FIXME: need the right fix for z/VM formatted dasd
if rhpl.getArch() == "s390" and drive[:4] == "dasd" and isys.getDasdState(drive):