summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-18 22:21:13 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-18 22:21:13 +0000
commitb6a4e9f954c274b7731371ed2107961cf9272d59 (patch)
treedc5ecbca0f6a63faad4130f796a280092fadfab8 /installclass.py
parentfe2492b2deeaa9e55cd9da53c1fd71a93d5b7549 (diff)
downloadanaconda-b6a4e9f954c274b7731371ed2107961cf9272d59.tar.gz
anaconda-b6a4e9f954c274b7731371ed2107961cf9272d59.tar.xz
anaconda-b6a4e9f954c274b7731371ed2107961cf9272d59.zip
the start of better kickstart error handling. create KickstartError class
and raise that on kickstart errors. provide basic intf kickstartWindow methods don't pass intf in yet, because this is before the intf is up and running, so we can't use it
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 4c00ea836..65acbd2d7 100644
--- a/installclass.py
+++ b/installclass.py
@@ -506,7 +506,7 @@ class BaseInstallClass:
partitions.autoPartitionRequests = autoCreatePartitionRequests(autorequests)
- def setInstallData(self, id):
+ def setInstallData(self, id, intf = None):
id.reset()
id.instClass = self