Skip to content

Commit

Permalink
back the way it was
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Evensen authored Aug 18, 2017
1 parent 5c61470 commit 4cfe648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/oc.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def connect(self, url, method, data=None):
if info['status'] == 401:
self.module.fail_json(msg=message + " Unauthorized. Check that you have a valid serivce account and token.")

self.module.fail_json(msg=message)
self.module.log(msg=message)

try:
json_body = self.module.from_json(body)
Expand Down

0 comments on commit 4cfe648

Please sign in to comment.