| commit | 12189108607a1d5d146f32094115297011c8b773 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Jul 20 16:08:52 2023 -0700 |
| committer | GitHub <noreply@github.com> | Thu Jul 20 23:08:52 2023 +0000 |
| tree | 0a591e9216e0d3bb250d512d36e283e3aaada23b | |
| parent | 60e83968d555d53b97de04a0a00b2cdeb3187d39 [diff] |
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.