From ea2645d8b3f5640833cdadc76c29b49140f8ca58 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Thu, 25 Feb 2021 09:48:50 -0300 Subject: [PATCH] fix job create step --- contents/job-create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/job-create.py b/contents/job-create.py index 0ebc619..27f76d1 100644 --- a/contents/job-create.py +++ b/contents/job-create.py @@ -291,7 +291,7 @@ def main(): namespace=data["namespace"] ) - print(common.parseJson(api_response.status)) + print(api_response.status) except ApiException as e: log.error("Exception creating job: %s\n" % e)