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

Fix for long UNC paths using opener.parse #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robmcmullen
Copy link

I'm not sure if this is the correct fix, but it's at least a workaround for long UNC paths. This code:

uri = r'\\?\UNC\VBOXSVR\work\stuff.xex'
fs, relpath = opener.parse(uri)
print relpath

was producing ?\N:\src\omnivore\UNC\VBOXSVR\work, so it was thinking that the UNC part was a parent directory rather than the UNC path specifier.

paths where UNC was being included in the path as a parent directory
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

Successfully merging this pull request may close these issues.

1 participant