You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Fix changelog_head.py script to be Python 3 compatible
This commit is contained in:
@ -15,4 +15,4 @@ for line in sys.stdin:
|
|||||||
break
|
break
|
||||||
found_first_header = True
|
found_first_header = True
|
||||||
elif not re.match(r"^=+$", line) and len(line) > 0:
|
elif not re.match(r"^=+$", line) and len(line) > 0:
|
||||||
print line
|
print(line)
|
||||||
|
Reference in New Issue
Block a user