We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 970bd65 commit 4e8043eCopy full SHA for 4e8043e
scripts/ci/extract-changelog.py
@@ -23,4 +23,4 @@
23
break
24
25
if start != 0:
26
- print ''.join(changelog[start+1:end]).strip()
+ print(''.join(changelog[start+1:end]).strip())
0 commit comments