[PATCH 5/7] fix comment #pylint

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


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

diff --git a/hub/kojihub.py b/hub/kojihub.py
index aeae255..c315739 100644
--- a/hub/kojihub.py
+++ b/hub/kojihub.py
@@ -252,7 +252,7 @@ class Task(object):
         self.runCallbacks('postTaskStateChange', info, 'priority', priority)
 
         if recurse:
-            """Change priority of child tasks"""
+            # Change priority of child tasks
             q = """SELECT id FROM task WHERE parent = %(task_id)s"""
             for (child_id,) in _fetchMulti(q, locals()):
                 Task(child_id).setPriority(priority, recurse=True)
-- 
1.9.3



More information about the buildsys mailing list