Private GIT

Skip to content
Snippets Groups Projects
Commit cbfcd612 authored by Fernando's avatar Fernando
Browse files

Change image download issue from error to warning

parent 8c7d70ce
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def getShowImage(url, imgNum=None):
image_data = helpers.getURL(tempURL)
if image_data is None:
logger.log(u"There was an error trying to retrieve the image, aborting", logger.ERROR)
logger.log(u"There was an error trying to retrieve the image, aborting", logger.WARNING)
return
return image_data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment