Skip to content

Commit

Permalink
escape newlines so all lines get used
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Feb 21, 2020
1 parent c0b06a1 commit 8ccbc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/Distribute/extract_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
elif collecting:
notes.append(line)

print("\n".join(notes).strip())
print("\n".join(notes).strip().replace("\n", "%0A"))

0 comments on commit 8ccbc2f

Please sign in to comment.