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

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

 



---
 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

_______________________________________________
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