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 yaml discovery for Samba share and Windows #3345

Merged

Conversation

edoren
Copy link
Contributor

@edoren edoren commented Jan 4, 2025

This is an issue with the path separator when using Windows as is handled using backslash (\) instead of forwardslash (/) used in Linux and macOS.

The change was to use path.sep and path.join to properly handle the OS native path separator and the concatenation of paths properly.

Copy link
Collaborator

@frenck frenck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @edoren 👍

../Frenck

@frenck frenck added the bug Something isn't working label Jan 4, 2025
@frenck frenck merged commit 690094d into keesschollaart81:dev Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants