reproducible-reporting / reprepbuild

Build tool for Reproducible Reporting
GNU General Public License v3.0
1 stars 1 forks source link

Python filename cannot include numbers #1

Closed yingxingcheng closed 1 year ago

yingxingcheng commented 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.

I'll make a pull request to fix this later.