From 9d6bf7fc1e36f8bf4bdbcfc6a5e829f9978cc13a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 Apr 2018 19:00:54 +0300 Subject: Fix: icktool trigger result printing --- ick2/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ick2/client.py') diff --git a/ick2/client.py b/ick2/client.py index 533b8cd..00fc9c0 100644 --- a/ick2/client.py +++ b/ick2/client.py @@ -218,7 +218,7 @@ class ControllerClient: path = '/projects/{}/pipelines/{}/+trigger'.format( project_name, pipeline_name) url = self.url(path) - return self._api.get_blob(url) + return self._api.get_dict(url) def get_build_status( self, project_name, pipeline_name): # pragma: no cover -- cgit v1.2.1