#2406 Remove host.getTask API call
Merged 3 years ago by tkopecek. Opened 3 years ago by tkopecek.
tkopecek/koji issue2231  into  master

file modified
-6
@@ -13553,12 +13553,6 @@ 

          task = Task(task_id)

          return task.open(host.id)

  

-     def getTask(self):

-         logging.warn("Call host.getTask is deprecated and will be removed in 1.23")

-         host = Host()

-         host.verify()

-         return host.getTask()

- 

      def closeTask(self, task_id, response):

          host = Host()

          host.verify()

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

3 years ago

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

3 years ago

Commit ae8fa95 fixes this pull-request

Pull-Request has been merged by tkopecek

3 years ago