Skip to content

Commit

Permalink
Fix script to extract changelog for Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Dec 7, 2020
1 parent 970bd65 commit 4e8043e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/extract-changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
break

if start != 0:
print ''.join(changelog[start+1:end]).strip()
print(''.join(changelog[start+1:end]).strip())

0 comments on commit 4e8043e

Please sign in to comment.