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:
066ae78
)
Split long code line.
author
Steven Black
<redacted>
Mon, 8 Feb 2016 00:25:32 +0000
(19:25 -0500)
committer
Steven Black
<redacted>
Mon, 8 Feb 2016 00:25:32 +0000
(19:25 -0500)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 5fb1de0d1711cb73afbae368c3150ba555949462..ffe0a431c6b5f9a5c416378b4b7f2637c6822818 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-133,7
+133,8
@@
def promptForMoreCustomExclusions():
return False
def promptForMove(finalFile):
- response = query_yes_no("Do you want to replace your existing hosts file with the newly generated file?")
+ response = query_yes_no("Do you want to replace your existing hosts file " +
+ "with the newly generated file?")
if response == "yes":
moveHostsFileIntoPlace(finalFile)
else:
git clone https://git.99rst.org/PROJECT