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

Converter can't handle spaces in file/directory name #9

Closed
Wessie opened this issue Dec 16, 2013 · 1 comment
Closed

Converter can't handle spaces in file/directory name #9

Wessie opened this issue Dec 16, 2013 · 1 comment

Comments

@Wessie
Copy link
Contributor

Wessie commented Dec 16, 2013

The converter seems to unconditionally replace any spaces ( ) in the full path with underscores (_).

This simply produces the following traceback:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.linux-x86_64/egg/dejavu/control.py", line 40, in fingerprint
  File "build/bdist.linux-x86_64/egg/dejavu/convert.py", line 28, in find_files
OSError: [Errno 2] No such file or directory
@worldveil
Copy link
Owner

Agreed this was the silliest TODO I didn't incorporate, the underscores was just to make the names look prettier. If you pull request and fix I'd be happy to incorporate.

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