1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-28 17:02:01 +03:00

Fix changelog_head.py script to be Python 3 compatible

This commit is contained in:
ElementRobot
2023-05-16 13:36:40 +01:00
parent 52792ec89b
commit daf845d7bd

View File

@ -15,4 +15,4 @@ for line in sys.stdin:
break
found_first_header = True
elif not re.match(r"^=+$", line) and len(line) > 0:
print line
print(line)