Private GIT

Skip to content
Snippets Groups Projects
Commit 799dd0c3 authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge pull request #1929 from fernandog/image_issue_warning

Change image download issue from error to warning
parents 8c7d70ce cbfcd612
Branches
Tags
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