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

Don't use os.path.sep for creating tar paths #178

Merged
merged 2 commits into from
May 3, 2024
Merged

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented May 1, 2024

The paths to files within a tarball should always use '/' as a separator. This is particularly important on Windows, where os.path.sep is '\'.

The paths to files within a tarball should always use '/' as a
separator. This is particularly important on Windows, where os.path.sep
is '\'.
@cottsay cottsay added the bug label May 1, 2024
@cottsay cottsay self-assigned this May 1, 2024
@cottsay cottsay merged commit 0b24791 into master May 3, 2024
13 checks passed
@cottsay cottsay deleted the cottsay/tar-paths branch May 3, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants