We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae369e commit 3d1dbffCopy full SHA for 3d1dbff
ci/download_houdini.py
@@ -94,7 +94,7 @@ def get_access_token_and_expiry_time(
94
),
95
})
96
if response.status_code != 200:
97
- raise AuthorizationError(response.status_code, reponse.text)
+ raise AuthorizationError(response.status_code, response.text)
98
99
response_json = response.json()
100
access_token_expiry_time = time.time() - 2 + response_json["expires_in"]
0 commit comments