[PATCH 6/7] fix docstring #pylint

Mike McLean mikem at redhat.com
Wed May 13 21:25:47 UTC 2015


---
 hub/kojihub.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hub/kojihub.py b/hub/kojihub.py
index c315739..a9a44dd 100644
--- a/hub/kojihub.py
+++ b/hub/kojihub.py
@@ -9394,7 +9394,7 @@ class RootExports(object):
         _dml(delete, locals())
 
     def _prepareSearchTerms(self, terms, matchType):
-        """Process the search terms before passing them to the database.
+        r"""Process the search terms before passing them to the database.
         If matchType is "glob", "_" will be replaced with "\_" (to match literal
         underscores), "?" will be replaced with "_", and "*" will
         be replaced with "%".  If matchType is "regexp", no changes will be
-- 
1.9.3



More information about the buildsys mailing list