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

Escape directory names when creating album #9

Closed
neanton opened this issue May 18, 2017 · 1 comment
Closed

Escape directory names when creating album #9

neanton opened this issue May 18, 2017 · 1 comment
Assignees

Comments

@neanton
Copy link

neanton commented May 18, 2017

Albums containing forward slashes are not created properly. When such album is processed OSError: [Errno 2] No such file or directory rises.
OSX does not allow slashes in file/directory names so it would be better to replace them with something like a . or _ char.

https://github.com/amka/Spelt/blob/master/spelt/__init__.py#L217

@amka amka self-assigned this Jul 12, 2017
amka added a commit that referenced this issue Jan 15, 2018
@amka
Copy link
Owner

amka commented Jan 15, 2018

Fixed in 0.2.1

@amka amka closed this as completed Jan 15, 2018
amka added a commit that referenced this issue Jan 15, 2018
#9 fix slash in file path
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

No branches or pull requests

2 participants