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:
5798b17
)
Fix linting issue.
author
funilrys
<redacted>
Sun, 7 Jun 2020 18:11:57 +0000
(20:11 +0200)
committer
funilrys
<redacted>
Sun, 7 Jun 2020 18:11:57 +0000
(20:11 +0200)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 7a486ab2d0b53124e997be528c7b5c86b9554320..8eaff17177ca46059c0e066e5a82b8ac9c640124 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-1089,12
+1089,7
@@
def write_opening_header(final_file, **header_params):
),
)
else:
- write_data(
- final_file,
- "# Title: StevenBlack/hosts\n#\n".format(
- ", ".join(header_params["extensions"])
- ),
- )
+ write_data(final_file, "# Title: StevenBlack/hosts\n#\n")
write_data(
final_file,
git clone https://git.99rst.org/PROJECT