]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105540: Show source files relative to root (#106927)
authorGuido van Rossum <guido@python.org>
Thu, 20 Jul 2023 23:08:52 +0000 (16:08 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 23:08:52 +0000 (23:08 +0000)
commit12189108607a1d5d146f32094115297011c8b773
tree0a591e9216e0d3bb250d512d36e283e3aaada23b
parent60e83968d555d53b97de04a0a00b2cdeb3187d39
gh-105540: Show source files relative to root (#106927)

This restores a corner case: when the generator is run with working directory set to Tools/cases_generator, the source filenames listed in the generated provenance header should be relative to the repo root directory.
Tools/cases_generator/generate_cases.py