git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0b0988e
)
Removed sys.exit()
author
Franco Gagliardi
<redacted>
Sun, 15 Nov 2015 19:19:53 +0000
(16:19 -0300)
committer
Franco Gagliardi
<redacted>
Sun, 15 Nov 2015 19:19:53 +0000
(16:19 -0300)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index ce64d9004f5258b6b22df52fbc99eb74f9596167..91d1f746400f9ae2bbbad35a4b077e5857d0382d 100755
(executable)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-109,7
+109,6
@@
def promptForUpdate():
file = open(os.path.join(BASEDIR_PATH, 'hosts'), 'w+').close()
except:
printFailure("ERROR: No 'hosts' file in the folder, try creating one manually")
- sys.exit()
response = query_yes_no("Do you want to update all data sources?")
if (response == "yes"):
git clone https://git.99rst.org/PROJECT