release-engineering/kobo

Worker set_task_weight exception

alexandrevicenzi opened this issue · 1 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.