[yum-git] yum/__init__.py

Seth Vidal skvidal at linux.duke.edu
Mon Mar 24 18:56:45 UTC 2008


 yum/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca927b93cee129f1fed863b08831f67482ea006d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Mon Mar 24 14:51:50 2008 -0400

    die tabs, die

diff --git a/yum/__init__.py b/yum/__init__.py
index d3b63c3..64dc186 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -627,7 +627,7 @@ class YumBase(depsolve.Depsolve):
         
         if self.tsInfo.changed:
             (rescode, restring) = self.resolveDeps()
-	self.tsInfo.pkgSack.dropCachedData()
+        self.tsInfo.pkgSack.dropCachedData()
 
         # if depsolve failed and skipbroken is enabled
         # The remove the broken packages from the transactions and



More information about the Yum-cvs-commits mailing list