Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Print status code in federation_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Aug 3, 2016
1 parent 9a2f296 commit 97f072d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts-dev/federation_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def get_json(origin_name, origin_key, destination, path):
headers={"Authorization": authorization_headers[0]},
verify=False,
)
sys.stderr.write("Status Code: %d\n" % (result.status_code,))
return result.json()


Expand Down

0 comments on commit 97f072d

Please sign in to comment.