Skip to content

Commit 3d1dbff

Browse files
committed
Minor spelling fix
Signed-off-by: Nick Avramoussis <[email protected]>
1 parent 9ae369e commit 3d1dbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/download_houdini.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_access_token_and_expiry_time(
9494
),
9595
})
9696
if response.status_code != 200:
97-
raise AuthorizationError(response.status_code, reponse.text)
97+
raise AuthorizationError(response.status_code, response.text)
9898

9999
response_json = response.json()
100100
access_token_expiry_time = time.time() - 2 + response_json["expires_in"]

0 commit comments

Comments
 (0)