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

fuzzy search plugin broken #1422

Closed
EvilBit opened this issue Apr 15, 2015 · 2 comments
Closed

fuzzy search plugin broken #1422

EvilBit opened this issue Apr 15, 2015 · 2 comments

Comments

@EvilBit
Copy link

EvilBit commented Apr 15, 2015

invalid self.config reference in FuzzyQuery causes an exception.
See the following commit comment: 4babc40#commitcomment-10747594

File "/usr/lib/python2.7/site-packages/beetsplug/fuzzy.py", line 33, in string_match
threshold = self.config['threshold'].as_number()
AttributeError: type object 'FuzzyQuery' has no attribute 'config'

@sampsyo
Copy link
Member

sampsyo commented Apr 16, 2015

Thank you! Fixed.

@EvilBit
Copy link
Author

EvilBit commented Apr 16, 2015

Thank you!

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