summaryrefslogtreecommitdiffstats
path: root/backend.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-12-14 11:49:44 -0500
committerChris Lumens <clumens@redhat.com>2007-12-14 11:57:28 -0500
commit28ccf7aabef39bbe4446fd6ef74cb06cd416e9a3 (patch)
tree8e60d70fdc1a74d1d86cbfb70969dff2ea0bbdb6 /backend.py
parentf6254f08a525fa9a3b8c4c8c442edca6f83a054a (diff)
downloadanaconda-28ccf7aabef39bbe4446fd6ef74cb06cd416e9a3.tar.gz
anaconda-28ccf7aabef39bbe4446fd6ef74cb06cd416e9a3.tar.xz
anaconda-28ccf7aabef39bbe4446fd6ef74cb06cd416e9a3.zip
Allow going back to package selection after transaction errors.
Diffstat (limited to 'backend.py')
-rw-r--r--backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.py b/backend.py
index adbaa1538..df56187b6 100644
--- a/backend.py
+++ b/backend.py
@@ -197,7 +197,7 @@ def doPostInstall(anaconda):
anaconda.backend.doPostInstall(anaconda)
def doInstall(anaconda):
- anaconda.backend.doInstall(anaconda)
+ return anaconda.backend.doInstall(anaconda)
# does this need to be per-backend? we'll just leave here until it does :)
def doBasePackageSelect(anaconda):