MCPcopy Create free account
hub / github.com/AMReX-Astro/Castro / doit

Function doit

Docs/parse_changelog.py:9–14  ·  view source on GitHub ↗
(clfile)

Source from the content-addressed store, hash-verified

7
8
9def doit(clfile):
10
11 with open(clfile) as cl:
12 for line in cl:
13 new_line = re.sub(pr, rf"[\g<0>]({PR_URL_BASE}\g<2>)", line)
14 print(new_line, end="")
15
16
17if __name__ == "__main__":

Callers 1

parse_changelog.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected