[yum-commits] plugins/auto-update-debuginfo

James Antill james at osuosl.org
Wed Jul 15 01:00:52 UTC 2009


 plugins/auto-update-debuginfo/auto-update-debuginfo.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4f64320f6c1e616f72a676d3415421a7f87262de
Author: James Antill <james at and.org>
Date:   Tue Jul 14 21:00:45 2009 -0400

    Remove redundant (and confusing) member access on pkgSack, in auto fix

diff --git a/plugins/auto-update-debuginfo/auto-update-debuginfo.py b/plugins/auto-update-debuginfo/auto-update-debuginfo.py
index a9327cb..9fb1f15 100644
--- a/plugins/auto-update-debuginfo/auto-update-debuginfo.py
+++ b/plugins/auto-update-debuginfo/auto-update-debuginfo.py
@@ -26,7 +26,7 @@ plugin_type = (TYPE_CORE,)
 
 def enable_debuginfo_repos(yb):
     # We need to make sure the normal repos. are setup, before we add some...
-    yb.pkgSack.returnPackages
+    yb.pkgSack
 
     repos = set()
     for repo in yb.repos.listEnabled():


More information about the Yum-commits mailing list