On Fri, 19 Feb 2010, John Eckersberg wrote:

---
func/minion/modules/rpms.py |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

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 == '':
--
1.6.6

applied and credited - thanks for the fix.

-sv

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to