release-engineering / kobo

A pile of python modules used by Red Hat release engineering to build their tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worker set_task_weight exception

alexandrevicenzi opened this issue · comments

set_task_weight from kobo/hub/xmlrpc/worker.py fails because it uses task.setWeight which is not implemented on Task model.

Fixed by #74.