Skip to content

Commit

Permalink
Merge pull request #92 from rundeck-plugins/fix-job-create
Browse files Browse the repository at this point in the history
fix job create step
  • Loading branch information
ltamaster authored Feb 25, 2021
2 parents 40b215f + ea2645d commit 0932e94
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 0932e94

Please # to comment.