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:
b67793d
)
Display the fully qualified path to the updated file regardless.
author
Steven Black
<redacted>
Sun, 13 Jul 2025 18:34:51 +0000
(14:34 -0400)
committer
Steven Black
<redacted>
Sun, 13 Jul 2025 18:34:51 +0000
(14:34 -0400)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 6d59fdbb76b6a2b0d7be849b44496bb27d0a365d..2a79fcef5fd25c06979e5aa9dda99a4a6134fb8a 100755
(executable)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-327,7
+327,8
@@
def main():
print_success(
"Success! The hosts file has been saved in folder "
- + (outputsubfolder if outputsubfolder else "./")
+ + "./"
+ + outputsubfolder
+ "\nIt contains "
+ "{:,}".format(numberofrules)
+ " unique entries."
git clone https://git.99rst.org/PROJECT