Skip to content

Commit

Permalink
fix job create step
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Feb 25, 2021
1 parent 40b215f commit ea2645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/job-create.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea2645d

Please # to comment.