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
Hi,
sorry for delay in my response but supporting UNC paths involves a partial rewriting of the url normalization function. I will make this using, whenever possible, the support of pathlib library, so for example with an UNC path it will be:
Hi,
I'm unable to create a schema using a UNC file path. Local file paths work fine.
Example:
Error:
<urlopen error [WinError 3] The system cannot find the path specified: '\\host\\share\\file.xsd'>
It looks like the UNC path is not being normalized correctly. Are UNC paths supported? Is it possible to fix this?
The text was updated successfully, but these errors were encountered: