Skip to content

Commit

Permalink
Clean up scripts
Browse files Browse the repository at this point in the history
* Remove spurious message from check_release script
* Cleanup whitespace in build_index

Signed-off-by: Joshua Lock <[email protected]>
  • Loading branch information
joshuagl committed Feb 23, 2021
1 parent a45879c commit 47869c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@
p {
margin: 1em 0;
}
dd > p:first-child,
li > p:first-child {
margin-top: 0;
}
ul, ol {
margin-left: 0;
padding-left: 2em;
}
li {
margin: 0.25em 0 0.5em;
padding: 0;
Expand Down Expand Up @@ -178,7 +178,7 @@ def build_index():
for loc in html_locations:
link = f" <li><a href='{loc}/index.html'>{loc}</a></li>\n"
html = html + link

html = html + html_footer

return html
Expand Down
1 change: 0 additions & 1 deletion check_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def main():

print("*"*68)
print("thanks for correctly bumping version and last modified date. :)")
print("don't forget to tag the release and to sync 'draft' with master!! :P")
print("*"*68)


Expand Down

0 comments on commit 47869c0

Please sign in to comment.