-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
PR: Handle system commands that use UNC paths on Windows #500
Conversation
@blink1073, could you help us to review and merge this one? Our users are having troubles with UNC paths on Windows and @dalthviz tracked the problem to By the way, @dalthviz had to skip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I opened #503 to track the skipped test.
Released as 5.2.1. |
Thanks a lot for lighting fast response @blink1073! |
No problem, good to see you @ccordoba12! |
Nice to see you too around @blink1073! |
Adds an implementation of
system_piped
inZMQInteractiveShell
that handles UNC paths on Windows.Fixes spyder-ide/spyder#10762
The failing test in Travis (
test_complete
) seems unrelated to this.