Fixed comment typo

This commit is contained in:
Ben Baron
2020-01-06 14:15:41 -05:00
parent 38010d7c39
commit cb0293cbe5

View File

@@ -584,7 +584,7 @@ def download_file(url, path, auth):
# Gracefully handle 404 responses (and others) when downloading from S3
log_warning('Skipping download of asset {0} due to HTTPError: {1}'.format(url, exc.reason))
except URLError as e:
# Gracefully hadnle other URL errors
# Gracefully handle other URL errors
log_warning('Skipping download of asset {0} due to URLError: {1}'.format(url, e.reason))
except socket.error as e:
# Gracefully handle socket errors