Closed yingxingcheng closed 1 year ago
https://github.com/reproducible-reporting/reprepbuild/blob/40f2f7751209f0b441b9a0c5870851ab1e2205e5/src/reprepbuild/__main__.py#L158-L161
The regular expression about python scripts is too strict to use in practice. This expression cannot match python files with numbers, e.g., generate_c6.py. Otherwise, this should be well documented.
generate_c6.py
I'll make a pull request to fix this later.
https://github.com/reproducible-reporting/reprepbuild/blob/40f2f7751209f0b441b9a0c5870851ab1e2205e5/src/reprepbuild/__main__.py#L158-L161
The regular expression about python scripts is too strict to use in practice. This expression cannot match python files with numbers, e.g.,
generate_c6.py
. Otherwise, this should be well documented.I'll make a pull request to fix this later.