-
Notifications
You must be signed in to change notification settings - Fork 25
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
explorer small fix #481
explorer small fix #481
Conversation
use as_posix to return the absolute path. Avoids denied mounting issue when calling the explorer.
Thanks @Hakimovich99! Not sure if this will work on windows though. We can ask @janvanlooyml6 or @GeorgesLorre to test. |
Works on Windows as well:) |
Do we still need the slashes here ? (line 63) |
Seems to work without them
|
Can you remove the slashes as part of this PR as well? |
Well can't figure out why but the checks are not successful after removing the slashes... Any idea @RobbeSneyders ? |
You'll need to remove the slashes in the failing test as well: |
Done, thanks Robbe! |
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!
use as_posix to return the absolute path. Avoids denied mounting issue when calling the explorer.
use as_posix to return the absolute path. Avoids denied mounting issue when calling the explorer.