Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regex fail on home_directory_template in providers_local_local_item.py #65

Open
shaun-oconnor opened this issue Aug 14, 2023 · 1 comment

Comments

@shaun-oconnor
Copy link

Typical values might be;
'home_directory_template': '/ifs/home/%U',
That doesn't match the regex;
not re.search('^((/[^\/[:cntrl:]]+)(/?))*$', home_directory_template):
re.search returns a match obj or None.

@dhanush03122003
Copy link

Please provide the URI for which you are getting this error .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants