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

Normalize paths from patch file #313

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

FlTr
Copy link
Contributor

@FlTr FlTr commented Apr 4, 2024

os.path.join will use either "/" or "\" as path separator, depending on running host system. Patch files use UNIX separators.

Fixes #311

os.path.join will use either "/" or "\" as path separator, depending on
running host system. Patch files use UNIX separators.
@boxed boxed merged commit ccdc043 into boxed:master Apr 4, 2024
3 checks passed
@boxed
Copy link
Owner

boxed commented Apr 4, 2024

Thanks!

@FlTr FlTr mentioned this pull request Apr 15, 2024
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.

Use patch file on Windows never executes mutants
2 participants