We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c189a0 commit 92e3c78Copy full SHA for 92e3c78
curves/scripts/linkify_changelog.py
@@ -28,4 +28,4 @@
28
for line in fileinput.input(inplace=True):
29
line = re.sub(r"\- #([0-9]*)", r"- [\\#\1](https://github.com/arkworks-rs/" + repo_name + r"/pull/\1)", line.rstrip())
30
# edits the current file
31
- print(line)
+ print(line)
0 commit comments