#3998 typo in set_refusal
Merged 3 months ago by tkopecek. Opened 3 months ago by mikem.
mikem/koji refusal-typo  into  master

file modified
+2 -2
@@ -91,8 +91,8 @@ 

  

  def set_refusal(hostID, taskID, soft=True, by_host=False, msg=''):

      data = {

-         'task_id': kojihub.convert_value(hostID, cast=int),

-         'host_id': kojihub.convert_value(taskID, cast=int),

+         'host_id': kojihub.convert_value(hostID, cast=int),

+         'task_id': kojihub.convert_value(taskID, cast=int),

          'soft': kojihub.convert_value(soft, cast=bool),

          'by_host': kojihub.convert_value(by_host, cast=bool),

          'msg': kojihub.convert_value(msg, cast=str),

Commit 167ee01 fixes this pull-request

Pull-Request has been merged by tkopecek

3 months ago

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

3 months ago

Metadata Update from @relias-redhat:
- Pull-request tagged with: testing-done

2 months ago