Skip to content

Commit 01f29ce

Browse files
committed
typo fix.
1 parent 9e7c955 commit 01f29ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: banzai/utils/fits_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def download_from_s3(file_info, context, is_raw_frame=False):
105105
archive_auth_header = context.ARCHIVE_AUTH_HEADER
106106
response = requests.get(url, headers=archive_auth_header)
107107
try:
108-
response.raise_fot_status()
108+
response.raise_for_status()
109109
except requests.exceptions.HTTPError as e:
110110
message = 'Error downloading file from archive.'
111111
if int(response.status_code) == 429:

0 commit comments

Comments
 (0)