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:
2d696a4
)
forgot to remove a debug
author
Anthony Molinaro
<redacted>
Wed, 8 Apr 2020 03:17:04 +0000
(20:17 -0700)
committer
Anthony Molinaro
<redacted>
Wed, 8 Apr 2020 03:17:04 +0000
(20:17 -0700)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 15a33a0ccbbcd30c69da7302980b3eb0d74cca98..fc24aace34a06d8a07d0a567dcfcc361b8d6beb3 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-344,7
+344,6
@@
def prompt_for_update(freshen, update_auto):
if not os.path.isfile(hosts_file):
try:
- print("HERE HERE")
open(hosts_file, "w+").close()
except (IOError, OSError):
# Starting in Python 3.3, IOError is aliased
git clone https://git.99rst.org/PROJECT