Print status code in federation_client.py
This commit is contained in:
parent
9a2f296fa2
commit
97f072db74
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue