Isilon / isilon_sdk_python

Official generated source of the Isilon SDK Python language bindings.
36 stars 33 forks source link

regex fail on home_directory_template in providers_local_local_item.py #65

Open shaun-oconnor opened 1 year ago

shaun-oconnor commented 1 year ago

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 commented 1 month ago

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