summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git-release-notes.py2
-rw-r--r--scripts/rebuild_endpoints.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/git-release-notes.py b/scripts/git-release-notes.py
index 6655b61c..5b6faaaf 100755
--- a/scripts/git-release-notes.py
+++ b/scripts/git-release-notes.py
@@ -30,7 +30,7 @@ for hunk in revisions.split('~~~')[:-1]:
parents = lines[1].split(' ', 1)[1].split(' ')
message = ' '.join(lines[2:])
- #print(commit, parents)
+ # print(commit, parents)
if RELEASE.search(message):
print('Found release commit, stopping:')
diff --git a/scripts/rebuild_endpoints.py b/scripts/rebuild_endpoints.py
index f5f12809..37ac37d8 100644
--- a/scripts/rebuild_endpoints.py
+++ b/scripts/rebuild_endpoints.py
@@ -19,6 +19,7 @@ def fetch_endpoints():
return resp.text
+
def parse_xml(raw_xml):
return pq(raw_xml, parser='xml')