-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Labels
component: scriptsRelated to script generationRelated to script generationtype: featureA self-contained enhancement or new featureA self-contained enhancement or new feature
Description
In utils.py, the _ENTRYPOINT_REGEX regex does not recognise valid unicode Python identifiers (https://peps.python.org/pep-3131/), preventing the use of non-ascii file paths as entry points. Using the regex
module as a drop-in replacement for re
would solve this issue; please let me know if you would like me to submit a pull request.
Metadata
Metadata
Assignees
Labels
component: scriptsRelated to script generationRelated to script generationtype: featureA self-contained enhancement or new featureA self-contained enhancement or new feature