File is unavailable. Don't raise this error; just eat it.

This commit is contained in:
Steven Black 2015-10-28 19:33:59 -04:00
parent 1e24a1996f
commit aa8b9508e0

View File

@ -37,7 +37,7 @@ def getFileByUrl(url):
return f.read().decode("UTF-8")
except:
print ("Problem getting file: ", url);
raise
# raise
# In Python 3 "print" is a function, braces are added everywhere