func/minion/modules/rpms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b5d98b96e30a3fbf0a11b0e9bce8ef0462f11573 Author: John Eckersberg <jeckersb@xxxxxxxxxx> Date: Mon Feb 22 16:50:59 2010 -0500 stray parens breaking rpms.py diff --git a/func/minion/modules/rpms.py b/func/minion/modules/rpms.py index ef2033a..289e099 100644 --- a/func/minion/modules/rpms.py +++ b/func/minion/modules/rpms.py @@ -71,7 +71,7 @@ class RpmModule(func_module.FuncModule): if pattern == '': mi = ts.dbMatch() else: - mi = self.glob(pattern)) + mi = self.glob(pattern) results = [] for hdr in mi: if pattern == '': _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list