summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 538b32eea..17905fbb6 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -719,6 +719,7 @@ class YumBackend(AnacondaBackend):
(self.dlpkgs, self.totalSize, self.totalFiles) = self.ayum.getDownloadPkgs()
finally:
dscb.pop()
+ self.ayum.dsCallback = None
def doPreInstall(self, intf, id, instPath, dir):
if dir == DISPATCH_BACK: