Fix a typo for error message

Change-Id: I0fd4526d667622064438095bd8991964b386ae43
This commit is contained in:
ShangXiao 2019-12-25 17:25:34 +08:00
parent cf45652713
commit bf9143af0c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CheckSkipCmd(object):
try:
resp.raise_for_status()
except requests.exceptions.HTTPError as e:
self.log.error('An error ocurred when trying to download '
self.log.error('An error occurred when trying to download '
'console log: {}'.format(e))
return None
return resp.content.decode('utf-8')