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

Sanitize exported file names to avoid file system errors #67

Open
Nightriff opened this issue Oct 17, 2024 · 0 comments
Open

Sanitize exported file names to avoid file system errors #67

Nightriff opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Nightriff
Copy link
Collaborator

Nightriff commented Oct 17, 2024

Including a slash in the object name tries to write a file with a slash in the name, which is an invalid file name and causes the exporter to look for a folder that doesn't exist (as reported on this thread #57 (comment))

There are probably other cases of object names that would also conflict with the file system.

The file name should be sanitized of any special characters that could cause problems with the file system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant