Skip to content

Commit 4e8043e

Browse files
committed
Fix script to extract changelog for Python 3
1 parent 970bd65 commit 4e8043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/extract-changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
break
2424

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

0 commit comments

Comments
 (0)