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

Enable non-local file access on Windows #38

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

spacetimeengineer
Copy link
Contributor

This commit introduces proper path construction to support non-local file access on Windows. While path processing works as expected, there are known issues in the logs where paths may be incorrectly represented with both forward and backslashes. These erroneous paths are not processed, but they do appear in the logs.

The changes were made to ensure correct path building without deviating from the provided class objects. A future feature request should address improving log accuracy for Windows environments.

This commit introduces proper path construction to support non-local file access on Windows. While path processing works as expected, there are known issues in the logs where paths may be incorrectly represented with both forward and backslashes. These erroneous paths are not processed, but they do appear in the logs.

The changes were made to ensure correct path building without deviating from the provided class objects. A future feature request should address improving log accuracy for Windows environments.
To pass CI checks of-course :)
@spacetimeengineer
Copy link
Contributor Author

I should mention on Windows I tend to map drives with say a Z:/. This is just a personal preference. So to be clear this commit was designed to handle this case; the case where we access non local files on a file server with a mapped drive interface.

@carueda carueda merged commit 24a0fc1 into mbari-org:main Sep 11, 2024
1 check passed
@carueda
Copy link
Member

carueda commented Sep 11, 2024

thanks!

@spacetimeengineer
Copy link
Contributor Author

Cool, thanks Carlos.

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.

2 participants