File is unavailable. Don't raise this error; just eat it.
authorSteven Black <redacted>
Wed, 28 Oct 2015 23:33:59 +0000 (19:33 -0400)
committerSteven Black <redacted>
Wed, 28 Oct 2015 23:33:59 +0000 (19:33 -0400)
updateHostsFile.py

index cf7503a89d9cfae1e95731d9d834224544d5fc97..a78825ddb9b979d03de5da07e23d8ba510be15ad 100755 (executable)
@@ -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
git clone https://git.99rst.org/PROJECT