You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: