[yum-git] plugins/filter-data

James Antill james at linux.duke.edu
Thu Aug 28 02:17:48 UTC 2008


 plugins/filter-data/filter-data.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5142e2b48011ab4c02f8bb437b7149b394c7ec98
Author: James Antill <james at and.org>
Date:   Wed Aug 27 22:17:45 2008 -0400

    Fix typo in filter-data plugin

diff --git a/plugins/filter-data/filter-data.py b/plugins/filter-data/filter-data.py
index 37c9766..fa525fa 100644
--- a/plugins/filter-data/filter-data.py
+++ b/plugins/filter-data/filter-data.py
@@ -108,7 +108,7 @@ def fd_should_filter_pkg(base, opts, pkg, used_map):
                           ('arches', 'arch'),
                           ('buildhosts', 'buildhost'),
                           ('urls', 'url'), # The above are all in primary
-                          ('committers', 'committer')]
+                          ('committers', 'committer')]:
         pats = getattr(opts, 'filter_' + attrs.replace('-', '_'))
         filt = len(pats)
         if not filt: # Don't load the data needed for all the attrs.



More information about the Yum-cvs-commits mailing list