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:
4b92652
)
Fix syntax error produced by last commit
author
funilrys
<redacted>
Fri, 10 Aug 2018 13:57:37 +0000
(15:57 +0200)
committer
Steven Black
<redacted>
Thu, 6 Sep 2018 03:51:29 +0000
(23:51 -0400)
updateReadme.py
patch
|
blob
|
history
diff --git
a/updateReadme.py
b/updateReadme.py
index 6491282bef3890a6cd53d6503fcc667e44f7aafe..f7fb5d5644c53acc287a3d010b43b2ceaca5ae40 100644
(file)
--- a/
updateReadme.py
+++ b/
updateReadme.py
@@
-78,7
+78,7
@@
def main():
line = line.replace('@GEN_DATE@', time.strftime("%B %d %Y",
time.gmtime()))
line = line.replace('@EXTENSIONS@',extensions_str)
- line = line.replace('@EXTENSIONS_HEADER@', extensions_header)
)
+ line = line.replace('@EXTENSIONS_HEADER@', extensions_header)
line = line.replace('@NUM_ENTRIES@',
"{:,}".format(data[key]["entries"]))
line = line.replace('@SUBFOLDER@', os.path.join(
git clone https://git.99rst.org/PROJECT