mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-20 17:50:49 +01: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')
|
index_url = urljoin(self.url, 'index.json')
|
||||||
response = self.geturl(index_url)
|
response = self.geturl(index_url)
|
||||||
if response.status_code != http.client.OK:
|
if response.status_code != http.client.OK:
|
||||||
message = 'Could not fetch "{}"; recieved "{} {}"'
|
message = 'Could not fetch "{}"; received "{} {}"'
|
||||||
self.logger.error(message.format(index_url,
|
self.logger.error(message.format(index_url,
|
||||||
response.status_code,
|
response.status_code,
|
||||||
response.reason))
|
response.reason))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user