Re: [PATCH] Fix syntax error which prevents the rpms module from byte compiling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





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
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list

[Index of Archives]     [Fedora Users]     [Linux Networking]     [Fedora Legacy List]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux