-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to load files with a colon in filename (Windows Client only) #439
Comments
Thanks for the issue @glusin. What were you trying to do when you encountered the issue? Can you provide a short, reproducible example and the stack trace that accompanies the error? |
We have a class to handle blob:// paths that inherits from
This is a traceback:
One solution that works for me as a workaround is to update
|
Thanks @glusin. This looks like a bug we should fix. Capturing a few thoughts on what we'll want from a solution:
|
Filenames on cloud are allowed to contain colons, but it is not allowed in Windows filenames.
When a file is downloaded from a cloud it is first saved in a temp file. If filename contains colons then the code fails
The text was updated successfully, but these errors were encountered: