Skip to content

Commit 47869c0

Browse files
committed
Clean up scripts
* Remove spurious message from check_release script * Cleanup whitespace in build_index Signed-off-by: Joshua Lock <[email protected]>
1 parent a45879c commit 47869c0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build_index.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@
6767
p {
6868
margin: 1em 0;
6969
}
70-
70+
7171
dd > p:first-child,
7272
li > p:first-child {
7373
margin-top: 0;
7474
}
75-
75+
7676
ul, ol {
7777
margin-left: 0;
7878
padding-left: 2em;
7979
}
80-
80+
8181
li {
8282
margin: 0.25em 0 0.5em;
8383
padding: 0;
@@ -178,7 +178,7 @@ def build_index():
178178
for loc in html_locations:
179179
link = f" <li><a href='{loc}/index.html'>{loc}</a></li>\n"
180180
html = html + link
181-
181+
182182
html = html + html_footer
183183

184184
return html

check_release.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def main():
140140

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

146145

0 commit comments

Comments
 (0)