Skip to content

Commit

Permalink
Typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF authored Jun 1, 2024
1 parent fe71078 commit 0a73a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/asfdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def connect_to_endpoint(url, headers):
response = requests.request('GET', url, headers=headers, timeout=REQUESTS_TIMEOUT)
if response.status_code != 200:
# TODO: choose better exception
raise Exception(response.status_code, response.text) # pylint: disable-broad-exception-raised
raise Exception(response.status_code, response.text) # pylint: disable=broad-exception-raised
return response.json()


Expand Down

0 comments on commit 0a73a9c

Please sign in to comment.