inveniosoftware-contrib / invenio-classifier

Invenio module for record classification.
GNU General Public License v2.0
6 stars 12 forks source link

config: CLASSIFIER_VALID_SEPARATORS not found #4

Closed jmartinm closed 9 years ago

jmartinm commented 9 years ago

The following line https://github.com/inveniosoftware/invenio-classifier/blob/master/invenio_classifier/keyworder.py#L39

Gives an error:

KeyError: ‘CLASSIFIER_VALID_SEPARATORS’

Using lambda to access the config might help.

jalavik commented 9 years ago

This is due to invenio_classifier missing in PACKAGES. If you add it there it should be all right.

jmartinm commented 9 years ago

True, thanks!