mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
fw/getters: Fix typo
This commit is contained in:
parent
684121e2e7
commit
08fcc7d30f
@ -239,7 +239,7 @@ class Http(ResourceGetter):
|
||||
index_url = urljoin(self.url, 'index.json')
|
||||
response = self.geturl(index_url)
|
||||
if response.status_code != http.client.OK:
|
||||
message = 'Could not fetch "{}"; recieved "{} {}"'
|
||||
message = 'Could not fetch "{}"; received "{} {}"'
|
||||
self.logger.error(message.format(index_url,
|
||||
response.status_code,
|
||||
response.reason))
|
||||
|
Loading…
x
Reference in New Issue
Block a user