summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.py b/backend.py
index 0342c6aa0..139fecaa0 100644
--- a/backend.py
+++ b/backend.py
@@ -306,9 +306,9 @@ def doBasePackageSelect(anaconda):
anaconda.backend.resetPackageSelections()
if anaconda.ksdata:
kickstart.selectPackages(anaconda)
- elif anaconda.id.displayMode != 't':
- anaconda.id.instClass.setPackageSelection(anaconda)
- anaconda.id.instClass.setGroupSelection(anaconda)
+ elif anaconda.displayMode != 't':
+ anaconda.instClass.setPackageSelection(anaconda)
+ anaconda.instClass.setGroupSelection(anaconda)
def writeConfiguration(anaconda):
log.info("Writing main configuration")